website/en/errors/503.html

17 lines
427 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/style.css">
<title>503 Service Unavailable | ~vern</title>
</head>
<body>
<!--#include file="/nav.php" -->
<h1>503 Service Unavailable</h1>
<p>This service is unavailable.</p>
<!--#include file="/errors/common.html" -->
<!--#include file="/footer.html" -->
</body>
</html>