-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
61 lines (56 loc) · 2.44 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
<!doctype html>
<html lang="en" itemscope itemtype="http://schema.org/Event">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<title>Google I/O Extended 2017 Kuala Lumpur</title>
<meta name="description" content="Google I/O brings together developers from around the globe for an immersive experience focused on exploring the next generation of tech.">
<meta itemprop="name" content="Google I/O Extended 2017 Kuala Lumpur">
<meta itemprop="description" content="Google I/O brings together developers from around the globe for an immersive experience focused on exploring the next generation of tech.">
<meta itemprop="startDate" content="2017-07-22T09:00">
<meta itemprop="endDate" content="2017-07-22T18:00">
<meta itemprop="url" content="https://ioxkl17.firebaseapp.com/">
<meta itemprop="location" content="Google Malaysia, Kuala Lumpur">
<meta property="og:url" content="https://ioxkl17.firebaseapp.com/">
<meta property="og:type" content="Event">
<meta property="og:image" content="https://firebasestorage.googleapis.com/v0/b/ioxkl17.appspot.com/o/images%2Fcover.jpg?alt=media">
<meta property="og:title" content="Google I/O Extended 2017 Kuala Lumpur">
<meta property="og:site_name" content="Google I/O Extended 2017 Kuala Lumpur">
<meta property="og:description" content="Google I/O brings together developers from around the globe for an immersive experience focused on exploring the next generation of tech.">
<link rel="icon" href="images/favicon.png">
<link rel="manifest" href="manifest.json">
<meta name="theme-color" content="#6284F3">
<link rel='dns-prefetch' href='https://fonts.googleapis.com'>
<base href="/">
<link rel="import" href="src/io-app.html" async>
<style>
body {
margin: 0;
font-family: 'Roboto', 'Noto', sans-serif;
line-height: 1.5;
min-height: 100vh;
background-color: #ffffff;
}
io-app[unresolved] {
display: block;
min-height: 101vh;
overflow: visible;
background: white;
}
io-app[unresolved] header {
height: 65px;
border-bottom: 1px solid rgb(238, 221, 238);
width: 100%;
}
</style>
</head>
<body>
<io-app unresolved>
<header></header>
</io-app>
<script src="bower_components/webcomponentsjs/webcomponents-loader.js"></script>
<noscript>
Please enable JavaScript to view this website.
</noscript>
</body>
</html>