down-message/index.html

34 lines
1.1 KiB
HTML
Raw Permalink Normal View History

2023-07-07 18:23:09 +02:00
<!DOCTYPE html>
2023-08-04 01:29:43 +02:00
<html lang="en">
<head>
2023-08-04 16:45:20 +02:00
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex">
<title>Service unavailable</title>
2023-08-04 01:29:43 +02:00
<link rel="stylesheet" type="text/css" href="style.css">
2023-08-03 18:38:27 +02:00
<link rel="shortcut icon" type="image/png" href="assets/icon.jpg">
2023-07-07 18:23:09 +02:00
</head>
<body>
2023-08-04 16:45:20 +02:00
<main>
2023-08-04 01:29:43 +02:00
<h1>Oh, no!</h1>
2023-08-04 16:45:20 +02:00
<p>The website you are trying to reach is currently down. Your URL works, but the system is in maintenance and/or powered off temporarily.</p>
2023-07-07 18:23:09 +02:00
<p>Please come back later!</p>
2023-08-03 18:38:27 +02:00
<p>Kind regards, <a href="https://tibo.depeuter.dev">Tibo De Peuter</a></p>
2023-08-04 01:29:43 +02:00
<div id="checkContainer"></div>
2023-08-03 18:38:27 +02:00
<img src="/assets/oh-no-kitten.jpg" alt="kitten holding paw to forehead"/>
2023-08-04 16:45:20 +02:00
</main>
<footer>
<p>
Made with <span class="heart">&hearts;</span>.
<a href="https://github.com/tdpeuter/down-message" about="source code of this webpage" class="hidden">Source code</a>
2023-08-04 16:45:20 +02:00
</p>
</footer>
2023-08-04 01:29:43 +02:00
2023-08-04 16:45:20 +02:00
<script src="script.js"></script>
2023-07-07 18:23:09 +02:00
</body>
</html>