Compare commits
No commits in common. "f47c6fb35508afd745f4c2ab870f7cef9a07f6e8" and "e50fd6b30f698719315a0fa24d8f392ae7c706b2" have entirely different histories.
f47c6fb355
...
e50fd6b30f
3 changed files with 2 additions and 5 deletions
BIN
assets/icon.jpg
BIN
assets/icon.jpg
Binary file not shown.
Before Width: | Height: | Size: 58 KiB |
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
|
@ -2,15 +2,12 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Service unavailable</title>
|
<title>Service unavailable</title>
|
||||||
<link rel="shortcut icon" type="image/png" href="assets/icon.jpg">
|
|
||||||
<meta name="color-scheme" content="light dark">
|
|
||||||
<meta name="robots" content="noindex">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>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>Please come back later!</p>
|
||||||
<p>Kind regards, <a href="https://tibo.depeuter.dev">Tibo De Peuter</a></p>
|
<p>Kind regards, Tibo De Peuter</p>
|
||||||
<img src="/assets/oh-no-kitten.jpg" alt="kitten holding paw to forehead"/>
|
<img src="https://1funny.com/wp-content/uploads/2011/09/oh-no-kitten.jpg"/>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue