27 lines
470 B
Plaintext
27 lines
470 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>404</title>
|
||
|
<link rel="stylesheet" href="/libs/bulma/bulma.min.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<section class="hero is-fullheight">
|
||
|
<div class="hero-body has-text-centered">
|
||
|
<div class="container">
|
||
|
<div class="box">
|
||
|
<h1>404</h1>
|
||
|
<h2>An error occured</h2>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
</body>
|
||
|
|
||
|
</html>
|
||
|
|
||
|
|