down-message/index.html
2023-07-07 18:23:09 +02:00

11 lines
323 B
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>