1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00
Files
mywebsite/views/404.ejs

21 lines
286 B
Plaintext

<% include layout.ejs %>
<body>
<div class="header"></div>
<% include ../public/html/navbar.html %>
<br>
<br>
<br>
<br>
<h1 class="text-center large-text">404</h1>
<h4 class="text-center">This page may be in production, or it may not exist.</h4>
<% include layoutBottom.ejs %>