This commit is contained in:
Tibo De Peuter 2023-07-07 18:23:09 +02:00 committed by GitHub
parent 332565236f
commit 05c486e1ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Page Title</title> <title>Service unavailable</title>
</head> </head>
<body> <body>
<h1>We're sorry!</h1>
<h1>This is a Heading</h1> <p>The website you are trying to reach is currently down. I run my server at home, and powered it off during my vacation.</p>
<p>This is a paragraph.</p> <p>Please come back later!</p>
</body>
</body> </html>
</html>