22 lines
822 B
HTML
22 lines
822 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Service unavailable</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<link rel="shortcut icon" type="image/png" href="assets/icon.jpg">
|
|
<meta name="color-scheme" content="light dark">
|
|
<meta name="robots" content="noindex">
|
|
</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>
|
|
|
|
<div id="checkContainer"></div>
|
|
|
|
<img src="/assets/oh-no-kitten.jpg" alt="kitten holding paw to forehead"/>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|