log table

This commit is contained in:
2025-01-13 01:58:38 -05:00
parent da8d0fcc7e
commit 68005e8492
8 changed files with 117 additions and 31 deletions

View File

@@ -21,5 +21,6 @@
<div class="span-2"><button type="submit">Build</button></div>
</form>
</div>
<%- include("footer", locals) %>
</body>
</html>

View File

@@ -24,5 +24,6 @@
<% }) %>
</div>
</div>
<%- include("footer", locals) %>
</body>
</html>

8
views/footer.ejs Normal file
View 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>

View File

@@ -28,5 +28,6 @@
<% }) %>
</table>
</div>
<%- include("footer", locals) %>
</body>
</html>