down-message/index.html

23 lines
822 B
HTML
Raw 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>
<title>Service unavailable</title>
<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-08-03 18:38:45 +02:00
<meta name="color-scheme" content="light dark">
2023-08-03 18:39:14 +02:00
<meta name="robots" content="noindex">
2023-07-07 18:23:09 +02:00
</head>
<body>
2023-08-04 01:29:43 +02:00
<h1>Oh, no!</h1>
2023-07-07 18:30:21 +02:00
<p>The website you are trying to reach is currently down. Your URL works, but the system is in maintenance and 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 01:29:43 +02:00
<script src="script.js"></script>
2023-07-07 18:23:09 +02:00
</body>
</html>