Updated dependencies (delete node_modules, npm install), included windows page script, changed to ejs (for now), initial work on the new design.

This commit is contained in:
Daniel Scalzi
2017-08-27 01:13:48 -04:00
parent 6a44694a32
commit 582ea96dfe
15 changed files with 86 additions and 13 deletions

13
app/index.ejs Normal file
View File

@@ -0,0 +1,13 @@
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Westeroscraft Launcher</title>
<script src="./assets/js/script.js"></script>
<link type="text/css" rel="stylesheet" href="./assets/css/launcher.css">
</head>
<body>
<% include frame.ejs %>
<div id="doc">
</div>
</body>
</html>