-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
29 lines (24 loc) · 1.13 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
<html ng-app="contactsApp">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title>Grant Park Historic Homes</title>
<link rel="shortcut icon" type="image/png" href="http://neighborhood.org/core/elements/menu/neighborhood/Favicon.png" />
<meta name="keywords" content="Collection-Repeat, Desktop App" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/ionic/css/ionic.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/drawer.css">
<link href="css/main.css" rel="stylesheet">
<!-- cordova script (this will be a 404 during development) -->
<!--script src="cordova.js"></script-->
<script src="lib/ionic/js/ionic.bundle.min.js"></script>
<script src="js/config.js"></script>
<script src="js/directives.js"></script>
<script src="js/app.js"></script>
<script src="js/drawer.js"></script>
<!--<script src="js/contacts.js"></script>-->
</head>
<body>
<ion-nav-view></ion-nav-view>
</body>
</html>