15 lines
629 B
HTML
15 lines
629 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Service unavailable</title>
|
|
<link rel="shortcut icon" type="image/png" href="assets/icon.jpg">
|
|
<meta name="color-scheme" content="light dark">
|
|
</head>
|
|
<body>
|
|
<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>
|
|
<p>Please come back later!</p>
|
|
<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"/>
|
|
</body>
|
|
</html>
|