more beautiful 404 page
This commit is contained in:
parent
7675eadeeb
commit
16225ec0a2
1 changed files with 10 additions and 1 deletions
|
|
@ -16,8 +16,17 @@ import Metadata from "../components/Metadata.astro";
|
||||||
<Header />
|
<Header />
|
||||||
<main>
|
<main>
|
||||||
<h1>404 Not found</h1>
|
<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>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
</body>
|
</body>
|
||||||
|
<style>
|
||||||
|
main {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue