assignment 2
This commit is contained in:
11 files changed
+199
-79
No files matched your search
+13
-2
@@ -1,6 +1,17 @@
|
||||
<%- include("./partials/header") %>
|
||||
|
||||
<h1>404 - Not found</h1>
|
||||
<a href="/">Home</a>
|
||||
<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") %>
|
||||
Reference in new issue
Block a user