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>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Service unavailable</title>
</head>
<body>
<h1>We're sorry!</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>Please come back later!</p>
</body>
</html>