-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (18 loc) · 838 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<meta name="mobile-web-app-capable" content="yes">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="cleartype" content="on">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,600,700,800&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese">
<link rel="stylesheet" href="/dist/styles/app.css">
<script src="dist/scripts/shim.min.js"></script>
<script src="dist/scripts/zone.js"></script>
<script src="dist/scripts/Reflect.js"></script>
</head>
<body>
<my-app></my-app>
<script src="/dist/scripts/angular.js"></script>
</body>
</html>