34 lines
No EOL
1.3 KiB
HTML
34 lines
No EOL
1.3 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>404 - Page not found</title>
|
||
|
||
<!-- UIkit CSS -->
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/uikit@3.23.6/dist/css/uikit.min.css" />
|
||
|
||
<!-- UIkit JS -->
|
||
<script src="https://cdn.jsdelivr.net/npm/uikit@3.23.6/dist/js/uikit.min.js"></script>
|
||
<script src="https://cdn.jsdelivr.net/npm/uikit@3.23.6/dist/js/uikit-icons.min.js"></script>
|
||
|
||
<meta http-equiv="refresh" content="3;url=/" />
|
||
</head>
|
||
<body class="uk-background-muted uk-light">
|
||
|
||
<div class="uk-section uk-section-large uk-flex uk-flex-middle uk-text-center uk-background-secondary" style="height: 100vh;">
|
||
<div class="uk-container">
|
||
<span uk-icon="icon: warning; ratio: 4" class="uk-text-danger uk-animation-fade"></span>
|
||
<h1 class="uk-heading-medium uk-heading-hero@s uk-text-bold uk-margin-small-top">404</h1>
|
||
<p class="uk-text-large uk-text-muted">
|
||
Sorry, we couldn’t find the page you were looking for.<br>
|
||
You’ll be redirected to the homepage in a few seconds.
|
||
</p>
|
||
<a href="/" class="uk-button uk-button-primary uk-margin-top">
|
||
<span uk-icon="home"></span> Return to homepage
|
||
</a>
|
||
</div>
|
||
</div>
|
||
|
||
</body>
|
||
</html> |