down-message/index.html
2023-07-07 18:30:21 +02:00

11 lines
331 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Service unavailable</title>
</head>
<body>
<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>Please come back later!</p>
</body>
</html>