-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayout.html
27 lines (20 loc) · 910 Bytes
/
layout.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
<head>
<base href="/">
<title>Kid Dollar</title>
<link rel="stylesheet" href="https://anijs.github.io/lib/anicollection/anicollection.css">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.10.4/themes/flick/jquery-ui.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900|Tillana:400,700' rel='stylesheet' type='text/css'>
<script src="https://code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/stroll.js/1.0/js/stroll.min.js"></script>
</head>
<body ng-app="KidHubApp">
<navbar ng-if="$root.currentUser"></navbar>
<div ui-view id="mainView"></div>
<signinmodal></signinmodal>
<topupmodal></topupmodal>
<footer>
<!-- Footer goes here using ng-include="'footer.html'" -->
</footer>
</body>