design, libreevent page partially done

This commit is contained in:
2024-09-03 08:48:31 +02:00
parent 242ec159a2
commit 28276a984f
5 changed files with 158 additions and 76 deletions

View File

@@ -6,6 +6,16 @@
<title>404 - Page not found | janishutz.com</title>
<link rel="stylesheet" href="/css/slider.css">
<link rel="stylesheet" href="/css/style.css">
<style>
.content {
height: 80vh;
}
.content h1 {
font-size: 8rem;
margin: 0;
}
</style>
</head>
<body>
<nav></nav>
@@ -13,6 +23,7 @@
<div class="content">
<h1>404</h1>
<p>The page you are looking for was not found!</p>
<a href="/" class="button">Home</a>
</div>