-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (25 loc) · 982 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap-theme.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
</head>
<body>
<div id="ember-app"></div>
<!-- jQuery -->
<script src="lib/jquery-1.9.1.js"></script>
<!-- Bootstrap JS -->
<script src="lib/bootstrap.js"></script>
<!-- Google Charts -->
<script src="https://www.google.com/jsapi"></script>
<!-- Ember and Handlebars -->
<script src="dependencies/handlebars-runtime-1.0.0.js"></script>
<script src="dependencies/ember-1.0.0.js"></script>
<script src="dependencies/ember-data.js"></script>
<!-- Elections app -->
<script src="build/application.js"></script>
</body>
</html>