design, libreevent page partially done
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user