-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (46 loc) · 1.87 KB
/
Copy pathindex.html
File metadata and controls
51 lines (46 loc) · 1.87 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html>
<head>
<title>AwesomeMentor</title>
<base href="/">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- build:css assets/bundle.css -->
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="node_modules/tether-shepherd/dist/css/shepherd-theme-arrows.css">
<link rel="stylesheet" href="node_modules/tether/dist/css/tether.min.css">
<!-- app:css -->
<link rel="stylesheet" href="/assets/styles/main.css">
<!-- endinject -->
<!-- endbuild -->
</head>
<body>
<as-main-app class="body-scroll">
<div class="loading global"></div>
</as-main-app>
<!-- Load the Realtime JavaScript library -->
<script src="https://apis.google.com/js/api.js"></script>
<!-- Load the utility library -->
<script src="https://www.gstatic.com/realtime/realtime-client-utils.js"></script>
<!-- build:js assets/bundle.js -->
<!--<script src="node_modules/bootstrap-sass/assets/javascripts/bootstrap.js"></script>-->
<!-- 1. Load libraries -->
<!-- Polyfill(s) for older browsers -->
<script src="node_modules/systemjs/dist/system.src.js"></script>
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
<script src="node_modules/zone.js/dist/zone.js"></script>
<script src="node_modules/reflect-metadata/Reflect.js"></script>
<script src="node_modules/jquery/dist/jquery.js"></script>
<script src="node_modules/toastr/toastr.js"></script>
<script src="node_modules/tether/dist/js/tether.js"></script>
<script src="node_modules/tether-shepherd/dist/js/shepherd.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.js"></script>
<!-- endbuild -->
<!-- build:remove -->
<script src="systemjs.conf.js"></script>
<!-- endbuild -->
<script>
System.import('app/main.js')
.catch(function(err) { console.error(err); });
</script>
</body>
</html>