-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathindex.html
37 lines (31 loc) · 1.02 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>phandango</title>
<link href="img/favicon.png" rel="shortcut icon" type="image/x-icon" />
<!-- Google Analytics (-2: live, -3: testing) -->
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-69454381-3', 'auto');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- End Google Analytics -->
<style type="text/css">
@font-face {
font-family: "Lato";
src: url("./font/lato/LatoLatin-Light.woff2") format("woff2");
src: url("./font/lato/LatoLatin-Light.woff") format("woff");
font-weight: 300; }
@font-face {
font-family: "Lato";
src: url("./font/lato/LatoLatin-Bold.woff2") format("woff2");
src: url("./font/lato/LatoLatin-Bold.woff") format("woff");
font-weight: 700; }
</style>
</head>
<body>
<section id="react"></section>
<script src="dist/phandango.js"></script>
</body>
</html>