18 lines
469 B
Plaintext
Executable File
18 lines
469 B
Plaintext
Executable File
<%- include("./partials/header") %>
|
|
|
|
<div >
|
|
<h1 class="">404 - Not found</h1>
|
|
<a href="/">Home</a>
|
|
</div>
|
|
|
|
<div class="m-12 flex flex-row justify-center">
|
|
<div class="flex flex-col justify-between mt-40">
|
|
|
|
<h1 class="font-semibold text-xl mb-4 text-white text-center">404 - Not found</h1>
|
|
<a class="text-center block w-3xs bg-blue-600 rounded-md mx-8 text-white p-2 mb-4" href="/">Home</a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<%- include("./partials/footer") %>
|