FILE / ScuroNeko/scuroneko.dev

errors/503.html

Исходный файл и его история в репозитории.
FILE 7c88e2aeb45d43f01e67102b372eb9521b2fd4ac
Files
scuroneko.dev/errors/503.html
T
2026-04-14 16:32:55 +03:00

14 lines
392 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>503 Service unavailable...</title>
<link rel="stylesheet" href="/_errors/errors.css" />
</head>
<body>
<img src="./_errors/img/503.png" alt="" />
</body>
</html>