feat: complete restyling of basic components
This commit is contained in:
22
themes/animals/layouts/404.html
Normal file
22
themes/animals/layouts/404.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>404 Not Found</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="bulma/css/bulma.css">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<section class="hero is-fullheight">
|
||||
<div class="hero-body">
|
||||
<div class="container has-text-centered">
|
||||
<h1 class="title is-1 has-text-danger">404</h1>
|
||||
<h3 class="subtitle is-2">Ups. Seite nicht gefunden!</h3>
|
||||
<p class="error-message mb-5">Diese Seite existiert nicht. Kontaktiere <a href="mailto:{{ $.Site.Params.adminEmail }}">{{ $.Site.Params.adminEmail }}</a> wenn du denkst, dass hier ein Fehler vorliegt..</p>
|
||||
<a href="/" class="button is-primary is-medium">Zurück zur Startseite</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user