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