This commit is contained in:
WickedJack99
2022-09-20 17:41:45 +02:00
parent 41af9797f2
commit 0246dc3537
29 changed files with 314 additions and 486 deletions

View File

@@ -1,9 +1,21 @@
---
permalink: /404.html
layout: default
---
<style type="text/css" media="screen">
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="/assets/css/styles.css">
</head>
<body>
<nav>
<a href="/" >Home</a>
<a href="/about.html" >About</a>
<a href="/blog.html" >Blog</a>
</nav>
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
@@ -23,3 +35,6 @@ layout: default
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
</body>
</html>