more beautiful 404 page

This commit is contained in:
Osman Faruk Bayram 2024-10-27 16:08:32 +03:00
parent 7675eadeeb
commit 16225ec0a2

View file

@ -16,8 +16,17 @@ import Metadata from "../components/Metadata.astro";
<Header />
<main>
<h1>404 Not found</h1>
<p>Hey you are not supposed to be here.</p>
<p>Hey, you are not supposed to be here. But since you are here</p>
</main>
<Footer />
</body>
<style>
main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
}
</style>
</html>