-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (29 loc) · 1.56 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
<!DOCTYPE html>
<html>
<head>
<title>Bible Fox</title>
<meta charset="utf-8" />
<meta name="theme-color" content="#F97C17">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1" />
<link rel="stylesheet" href="style/main.css" />
<script type="text/javascript" src="bower_components/platform/platform.js"></script>
<link rel="import" href="bower_components/brick-layout/dist/brick-layout.html" />
<link rel="import" href="bower_components/brick-appbar/dist/brick-appbar.html" />
<link rel="import" href="bower_components/brick-menu/dist/brick-menu.html" />
<link rel="import" href="bower_components/brick-tabbar/dist/brick-tabbar.html" />
<link rel="import" href="bower_components/brick-deck/dist/brick-deck.html" />
<link rel="import" href="bower_components/brick-action/dist/brick-action.html" />
<!-- for older firefox os versions -->
<script type="text/javascript" src="bower_components/setImmediate/setimmediate.js"></script>
<script type="text/javascript" src="bower_components/promises/promise.js"></script>
<!-- localization -->
<script type="text/javascript" src="js/l20n.min.js"></script>
<link rel="localization" href="locales/manifest.json" />
<script data-main="js/main" src="bower_components/requirejs/require.js"></script>
</head>
<body>
<span id="spinner">
<i class="fa fa-circle-o-notch fa-spin fa-2x"></i>
</span>
</body>
</html>