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