-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (21 loc) · 891 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
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="cache-control" content="no-cache"/>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="x-ua-compatible" content="IE=11">
<meta http-equiv="content-language" content="en-us"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<link rel="icon" href="assets/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="assets/vendors.css"/>
<link rel="stylesheet" href="styles.css"/>
<script type="application/javascript" src="utils.js"></script>
<script type="application/javascript" src="angular.js"></script>
<script type="application/javascript" src="app.js"></script>
<title>Sample app</title>
</head>
<body class="main-page">
<view></view>
</body>
</html>