-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
117 lines (85 loc) · 4.92 KB
/
index.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html><html lang="en" itemscope="" itemtype="http://schema.org/Event"><head>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes">
<meta name="description" content="OpenDeviceLab Tours : come and test your apps on multiple devices">
<meta name="keywords" content="androiddev, test, cloud, iosdev, OpenDeviceLab, tours">
<meta name="author" content="Code-Troopers">
<title>OpenDeviceLab Tours</title>
<link rel="canonical" href="https://hoverboard.firebaseapp.com/">
<link rel="shortcut icon" sizes="32x32" href="/images/favicon/favicon-32.png">
<meta name="theme-color" content="#F57C00">
<link rel="manifest" href="manifest.json">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="OpenDeviceLab Tours">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="OpenDeviceLab Tours">
<link rel="shortcut icon" href="/images/favicon/favicon-72.png">
<link rel="apple-touch-icon" href="/images/touch/homescreen-48.png">
<link rel="apple-touch-icon" sizes="72x72" href="/images/touch/homescreen-72.png">
<link rel="apple-touch-icon" sizes="96x96" href="/images/touch/homescreen-96.png">
<link rel="apple-touch-icon" sizes="144x144" href="/images/touch/homescreen-144.png">
<link rel="apple-touch-icon" sizes="192x192" href="/images/touch/homescreen-192.png">
<meta name="msapplication-TileImage" content="/images/touch/homescreen-144.png">
<meta name="msapplication-TileColor" content="#ECEFF1">
<meta name="msapplication-tap-highlight" content="no">
<meta itemprop="name" content="OpenDeviceLab Tours">
<meta itemprop="description" content="OpenDeviceLab Tours : come and test your apps on multiple devices">
<meta itemprop="image" content="/images/social-share.jpg">
<meta itemprop="startDate" content="2016-09-09T09:00:00+03:00">
<meta itemprop="endDate" content="2016-09-10T19:00:00+03:00">
<meta property="og:title" content="OpenDeviceLab Tours">
<meta property="og:site_name" content="OpenDeviceLab Tours">
<meta property="og:type" content="website">
<meta property="og:description" content="OpenDeviceLab Tours : come and test your apps on multiple devices">
<meta property="og:type" content="Event">
<meta property="og:image" content="/images/social-share.jpg">
<meta property="og:image:type" content="image/png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@odltours">
<meta name="twitter:title" content="OpenDeviceLab Tours">
<meta name="twitter:description" content="OpenDeviceLab Tours : come and test your apps on multiple devices">
<meta name="twitter:image" content="/images/social-share.jpg">
<link rel="dns-prefetch" href="https://www.google-analytics.com">
<link rel="dns-prefetch" href="https://apis.google.com">
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<script src="https://www.google-analytics.com/analytics.js" async=""></script>
<style>
body {
margin: 0;
font-family: 'Roboto', 'Noto', sans-serif;
line-height: 1.4;
min-height: 100vh;
}
</style>
<script>window.HOVERBOARD=window.HOVERBOARD||{},window.ENV="dev",window.PREFIX="/",window.Polymer={lazyRegister:!0,dom:"shadow"},window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga("create",{trackingId:"prod"===window.ENV?"UA-43643469-8":"UA-43643469-9",cookieDomain:"auto",cookiePath:"dev"!==window.ENV?window.PREFIX||"/":null,siteSpeedSampleRate:10}),window.onerror=function(o,w,n,e,d){try{void 0!==d&&(o=d.stack),ga("send","event","error",w+":"+n,o)}catch(o){}};</script>
<link rel="import" href="/src/hoverboard-app.html" async="">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "OpenDeviceLab Tours",
"description": "OpenDeviceLab Tours : come and test your apps on multiple devices",
"startDate": "2016-09-09T09:00:00+03:00",
"endDate": "2016-09-10T19:00:00+03:00",
"url": "https://hoverboard.firebaseapp.com/",
"location": {
"@type" : "Place",
"name" : "Code-Troopers, Ateliers Mame",
"address": "49 Boulevard Preuilly, 37000 Tours, France"
}
}
</script>
</head>
<body>
<hoverboard-app id="happ"></hoverboard-app>
<script src="scripts/helper/util.js"></script>
<script src="scripts/helper/elements.js"></script>
<script src="scripts/bootstrap.js"></script>
<script id="sw-registration" src="scripts/helper/service-worker-registration.js"></script>
<script src="scripts/helper/deferred.js"></script>
<script src="scripts/metrics.js"></script>
</body></html>