-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
40 lines (36 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Gradshow Admin</title>
<meta charset="utf-8"/>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<link rel="shortcut icon" type="image/ico" href="/favicon.png" />
<link rel="stylesheet" media="screen, projection" href="/styles.css" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
.errors {
display: none;
}
</style>
</head>
<body>
<div class="errors">
<p class="error-outdated-browser">Sorry, your browser is out of date. Either <a href="http://outdatedbrowser.com/">update your browser</a> or get in touch with the Interactive Team to find another way to provide your content.</p>
</div>
<main>
<app></app>
</main>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-69210078-2', 'auto');
ga('send', 'pageview');
</script>
<script async src='//www.google-analytics.com/analytics.js'></script>
<script src="https://cdn.ravenjs.com/2.0.1/raven.min.js"></script>
<script>Raven.config('https://181dd5fdc3de4c20b711a070d0edbfb5@app.getsentry.com/62867').install();</script>
<script src="/bundle.js"></script>
</body>
</html>