log table
This commit is contained in:
@@ -21,5 +21,6 @@
|
||||
<div class="span-2"><button type="submit">Build</button></div>
|
||||
</form>
|
||||
</div>
|
||||
<%- include("footer", locals) %>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -24,5 +24,6 @@
|
||||
<% }) %>
|
||||
</div>
|
||||
</div>
|
||||
<%- include("footer", locals) %>
|
||||
</body>
|
||||
</html>
|
||||
|
8
views/footer.ejs
Normal file
8
views/footer.ejs
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="content footer">
|
||||
<footer>
|
||||
<ul>
|
||||
<li>Developed by Cory Sanin</li>
|
||||
<li><a href="/?TODO">Source</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
@@ -28,5 +28,6 @@
|
||||
<% }) %>
|
||||
</table>
|
||||
</div>
|
||||
<%- include("footer", locals) %>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user