Brotherton-Aspire-App/views/home.ejs
2024-02-02 16:44:34 -08:00

7 lines
136 B
Plaintext

<%- include('partials/head') %>
<%- include ('partials/navbar') %>
<h1>Index Page</h1>
<%- include ('partials/footer') %>