-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathindex.html
26 lines (26 loc) · 1.1 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
<!DOCTYPE html>
<html ng-app="airpub" ng-controller="global">
<head ng-controller="meta">
<base href="/" />
<meta charset="UTF-8">
<title ng-bind="title"></title>
<meta name="fragment" content="!" />
<meta name="description" content="{{description}}">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Dependencies stylesheets and scripts -->
<link rel="stylesheet" href="dist/airpub-dependencies.min.css">
<script src="dist/airpub-dependencies.min.js"></script>
<!-- Default theme: chill -->
<link rel="stylesheet" href="bower_components/chill/css/chill.min.css" />
<link rel="shortcut icon" type="image/x-icon" href="bower_components/chill/favicon.ico" />
</head>
<body ng-controller="base" ng-class="state.current.controller">
<div ui-view="layout"></div>
<!-- Airpub config file -->
<script src="configs.js"></script>
<!-- Duoshuo embed.js -->
<script src="http://static.duoshuo.com/embed.js"></script>
<!-- Airpub app -->
<script src="dist/airpub.min.js"></script>
</body>
</html>