-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·28 lines (28 loc) · 1.48 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
<html ng-app="sarusApp">
<head>
<base href="/" />
<link href="/styles/css/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="/styles/css/print.css" media="print" rel="stylesheet" type="text/css" />
<!--[if IE]>
<link href="/styles/css/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.4/angular.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.4/angular-route.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.4/angular-sanitize.js"></script>
<script src="js/AjaxJSLoader.js"></script>
<script src="js/app.js"></script>
<script src="js/directives.js"></script>
<script src="js/controllers.js"></script>
<script src="/bower_components/angular-inview/angular-inview.js"></script>
</head>
<body>
<div id="content" class="container">
<ng-include src="'views/partials/content.html'"></ng-include>
</div>
<ng-include src="'views/others/_ga.html'"></ng-include>
</body>
<!-- share this scripts below -->
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "ddf4fd18-8689-49ad-8898-f9707e2e85bf", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
</html>