forked from aurelia/skeleton-navigation
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (18 loc) · 669 Bytes
/
index.html
File metadata and controls
21 lines (18 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html><html><head>
<title>Aurelia</title>
<link rel="stylesheet" type="text/css" href="styles/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div aurelia-app="animation-main">
<div class="splash">
<div class="message">Aurelia Bootstrap Grid</div>
<p class="subtitle">Loading... please wait</p>
</div>
</div>
<script src="loader/system.js"></script>
<script src="config.js"></script>
<script>
System.import('aurelia-bootstrapper');
</script>
<link aurelia-view-bundle="" rel="import" href="./dist/app-bundle.html"></body></html>