mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 10:22:53 +00:00
20 lines
299 B
Plaintext
20 lines
299 B
Plaintext
<% include layout.ejs %>
|
|
|
|
<body>
|
|
|
|
<% include ../public/html/header.html %>
|
|
<% 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 %>
|
|
|