FILE / ScuroNeko/scuroneko.dev

errors/403.html

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

14 lines
374 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>403 Forbidden...</title>
<link rel="stylesheet" href="/_errors/errors.css" />
</head>
<body>
<img src="/_errors/img/403.png" />
</body>
</html>