bigly-chat/views/404.ejs
2024-11-25 14:12:44 -05:00

6 lines
No EOL
163 B
Text

<%- include('header.ejs') -%>
<div class='content'>
<h2>Oops!</h2>
<p>This page was not found.</p>
</div>
<%- include('footer.ejs') -%>