Added home page structure

This commit is contained in:
Daniel Scalzi
2017-08-29 16:40:42 -04:00
parent f9444858da
commit 0d013f7d6f
4 changed files with 74 additions and 8 deletions

View File

@@ -7,8 +7,26 @@
</head>
<body>
<% include frame.ejs %>
<div id="doc">
<button id="test_btn">Debug</button>
<div id="main">
<div id="upper">
<div id="left">
</div>
<div id="content">
</div>
<div id="right">
</div>
</div>
<div id="lower">
<div id="top">
<!-- Progress area/play button -->
</div>
<div id="bottom">
<div id="left">
</div>
<div id="right">
</div>
</div>
</div>
</div>
</body>
</html>