Add icon and make images local

This commit is contained in:
Tibo De Peuter 2023-08-03 18:38:27 +02:00
parent e50fd6b30f
commit 57c68d8771
3 changed files with 3 additions and 2 deletions

BIN
assets/icon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
assets/oh-no-kitten.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -2,12 +2,13 @@
<html> <html>
<head> <head>
<title>Service unavailable</title> <title>Service unavailable</title>
<link rel="shortcut icon" type="image/png" href="assets/icon.jpg">
</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, Tibo De Peuter</p> <p>Kind regards, <a href="https://tibo.depeuter.dev">Tibo De Peuter</a></p>
<img src="https://1funny.com/wp-content/uploads/2011/09/oh-no-kitten.jpg"/> <img src="/assets/oh-no-kitten.jpg" alt="kitten holding paw to forehead"/>
</body> </body>
</html> </html>