This commit is contained in:
2025-04-12 21:46:15 -04:00
parent 3d14437bc1
commit 955fae4add

12
errors/503.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>503</title>
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<h1>Service Unavailable</h1>
<p>The service is temporarily unavailable.</p>
<p><a href=/index.html>home</a></p>
</body>
</html>