generated from quintonn/InstaBlog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (24 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<!-- Set encoding -->
<meta content="utf-8" http-equiv="encoding">
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<!--Let browser know website is optimized for mobile-->
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
<meta http-equiv="cache-control" content="only-if-cached">
<meta name="author" content="Quintonn">
<link rel="shortcut icon" href="images/white-icon-code.png" />
</head>
<body>
<div id="mainApp" class="flex h-full w-full flex-col">
<header-bar></header-bar>
<div ng-view class="flex-1 relative">
</div>
<initializer></initializer>
</div>
<!--<script type="text/javascript" src="cordova.js"></script>-->
<script type="text/javascript" src="dist/bundle.js?961ae4ce4b1e3f0cedf5"></script></body>
</html>