-
Notifications
You must be signed in to change notification settings - Fork 163
/
Copy pathindex_prod.html
41 lines (40 loc) · 1.75 KB
/
index_prod.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>OFF THE LINE</title>
<style type="text/css">
/*ESTILOS_PRO*/
</style>
<link rel="manifest" href="manifest.json">
<meta name="theme-color" content="#dca89d">
<meta property="og:url" content="https://offtheline.jesusolmos.es/">
<meta name="twitter:site" content="@cino_power">
<meta name="twitter:creator" content="@cino_power">
<meta property="og:title" content="OFF the line">
<meta name="twitter:title" content="OFF the line">
<meta property="og:image" content="https://offtheline.jesusolmos.es/icon-512x512.png">
<meta name="twitter:image" content="https://offtheline.jesusolmos.es/icon-512x512.png">
</head>
<body>
<div id="o_t_l">
<canvas id="canvas" width="840" height="600"></canvas>
<canvas id="c_m" width="100%" height="200"></canvas>
<a href="#" id="p_a"></a>
<div id="cn_m">
<span class="t_m" id="u_m"></span>
<span class="t_m" id="i_m"></span>
<span class="t_m" id="d_m"></span>
<span class="t_m" id="dw_m"></span>
<span class="t_m" id="ar_m"></span>
<span class="t_m" id="ac_m"></span>
</div>
</div>
<script src="pwabuilder-sw-register.js"></script>
<script type="text/javascript">
/*SCRIPTS_PRO*/
</script>
</body>
</html>