-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (47 loc) · 2.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Gobelins | Memorabilia - Dö lost his Christmas' memories</title>
<meta charset="utf-8">
<meta name="description" content="Gobelins' wish card based on an interactive story called Memorabilia">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<meta name="keywords" content="gobelins, christmas, wishes, experiment">
<meta name="author" content="Alexandre Delalleau, Fabien Motte">
<meta name="copyright" content="© Copyright 2016 - Alexandre Delalleau, Fabien Motte" />
<!-- Facebook meta -->
<meta property="og:title" content="Gobelins | Memorabilia - Dö lost his Christmas' memories"/>
<meta property="og:image" content="http://voeux2017.gobelins.fr/facebook.jpg"/>
<meta property="og:site_name" content="Gobelins | Memorabilia - Dö lost his Christmas' memories"/>
<meta name="description" content="Gobelins' wish card based on an interactive story called Memorabilia"/>
<!-- Twitter meta -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="Gobelins | Memorabilia - Dö lost his Christmas' memories">
<meta name="twitter:description" content="Gobelins' wish card based on an interactive story called Memorabilia">
<meta name="twitter:image:src" content="http://voeux2017.gobelins.fr/twitter.jpg">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="./manifest.json">
<link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" type="text/css" href="./bundle.css">
</head>
<body>
<div id="application">
<div class="headphones">Use your <img src="./assets/svg/headphones.svg" alt="Headphones"> to discover our wish card</div>
<device></device>
</div>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62252590-2', 'auto');
ga('send', 'pageview');
</script>
<script src="./bundle.js"></script>
</body>
</html>