-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
23 lines (23 loc) · 927 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
<!doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/jspm_packages/github/twbs/[email protected]/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/jspm_packages/npm/[email protected]/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="/styles/styles.css">
<base href="/">
</head>
<body aurelia-app>
<div class="splash">
<div class="message">Finding the sleek hatch…</div>
<i class="fa fa-spinner fa-spin"></i>
</div>
<script src="/jspm_packages/github/es-shims/[email protected]/es6-shim.js"></script>
<script src="/jspm_packages/github/petkaantonov/bluebird%402.9.15/js/browser/bluebird.js"></script>
<script src="/jspm_packages/system.js"></script>
<script src="/config.js"></script>
<script>
System.baseUrl = 'dist'; //NOTE: You can move this into the config.js file, if you like.
System.import('aurelia-bootstrapper');
</script>
</body>
</html>