-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (29 loc) · 1.06 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>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Development Site for Joe Sillitoe</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/79a9b2bc.app.min.css">
<!-- for more details visit: https://github.com/yeoman/grunt-usemin -->
<script src="/assets/acb720d0.config.min.js"></script>
<script src="/assets/9e764610.vendor.min.js"></script>
<script src="http://firebase.github.io/emberFire/emberfire-latest.js"></script>
<script src="/assets/547fbe0f.app.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browsehappy">
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a>
to improve your experience.
</p>
<![endif]-->
<div id="app-container" class="container"></div>
<script>
window.App = require('appkit/app')["default"].create();
</script>
</body>
</html>