18 lines
324 B
Markdown
18 lines
324 B
Markdown
|
|
*The page you requested does not exist...*
|
||
|
|
|
||
|
|
<div class="error">Error 404</div>
|
||
|
|
|
||
|
|
<style>
|
||
|
|
main {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
.error {
|
||
|
|
margin: 0.8em;
|
||
|
|
font-size: 4em;
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
</style>
|