Initial work on welcome view, upgraded dependencies.

This commit is contained in:
Daniel Scalzi
2018-02-19 20:27:42 -05:00
parent 8ea4ae8ec2
commit 454964ce0b
7 changed files with 456 additions and 280 deletions

View File

@@ -18,7 +18,7 @@
<body>
<% include frame.ejs %>
<div id="main">
<% include login.ejs %>
<% include welcome.ejs %>
</div>
</body>
</html>