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

8
app/frame.ejs Normal file
View File

@@ -0,0 +1,8 @@
<div id="frame_bar">
<div id="button_dock">
<button class="frame_button" id="frame_button_close"></button>
<button class="frame_button" id="frame_button_restoredown"></button>
<button class="frame_button" id="frame_button_minimize"></button>
</div>
</div>