-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
26 lines (26 loc) · 977 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
<!doctype html>
<html lang="en" ng-app="Giggity">
<head>
<meta charset="utf-8">
<title>Giggity</title>
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="75x75" href="img/giggity.png">
<!-- inject:css -->
<link rel="stylesheet" href="lib/third-party-96921311.css">
<link rel="stylesheet" href="lib/app-b29e6e1f.css">
<!-- endinject -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
</head>
<body>
<div ng-if='!app_loaded' class='text-center' id='init-loading'>
<h1 class='text-center'><i class='glyphicon glyphicon-spin glyphicon-refresh'></i> Loading....</h1>
<img src='img/giggity.png'/>
<h2>Giggity Giggity!</h2>
</div>
<div ng-view ng-cloak ng-show='app_loaded' id='container' class='container-fluid' resize></div>
<!-- inject:js -->
<script src="lib/third-party-80cca10d.js"></script>
<script src="lib/app-52ed429b.js"></script>
<!-- endinject -->
</body>
</html>