Initial bones for #37
This commit is contained in:
11
Server/views/controller.ejs
Normal file
11
Server/views/controller.ejs
Normal file
@@ -0,0 +1,11 @@
|
||||
<%- include('partials/htmlHead.ejs') %>
|
||||
<div class="container">
|
||||
<div class="row row-cols-1 row-cols-md-2 row-cols-xl-4">
|
||||
<% for(const node of nodes) {%>
|
||||
<%- include('partials/nodeCard.ejs', {'node': node}) %>
|
||||
<% } %>
|
||||
</div>
|
||||
</div>
|
||||
<%- include('partials/bodyEnd.ejs') %>
|
||||
<script src="/res/js/controller.js"></script>
|
||||
<%- include('partials/htmlFooter.ejs') %>
|
||||
Reference in New Issue
Block a user