website/errors/503.html

16 lines
369 B
HTML

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