+Aurelia +Paket +FAKE
Interim commit; there may still be leftover files from the Aurelia tutorial
This commit is contained in:
13
src/app/index.html
Normal file
13
src/app/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Aurelia</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<base href="/">
|
||||
</head>
|
||||
|
||||
<body aurelia-app="main">
|
||||
<script src="scripts/vendor-bundle.js" data-main="aurelia-bootstrapper"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user