down-message/index.html

16 lines
629 B
HTML
Raw Normal View History

2023-07-07 18:23:09 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Service unavailable</title>
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-07-07 18:23:09 +02:00
</head>
<body>
2023-07-07 18:30:21 +02:00
<h1>Oh no!</h1>
<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>
<img src="/assets/oh-no-kitten.jpg" alt="kitten holding paw to forehead"/>
2023-07-07 18:23:09 +02:00
</body>
</html>