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:
8
app/frame.ejs
Normal file
8
app/frame.ejs
Normal 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>
|
||||
Reference in New Issue
Block a user