Add broken status message

This commit is contained in:
Tibo De Peuter 2023-08-04 01:29:43 +02:00
parent f47c6fb355
commit 9873502b08
3 changed files with 93 additions and 4 deletions

View file

@ -1,16 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<title>Service unavailable</title>
<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>
<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>