Files
Apaxy/apaxy/theme/403.html
sheeit 0c75e64761 fix: fix the doctype in the error pages
Add the missing '!'.

Signed-off-by: sheeit <sheeit@users.noreply.github.com>
2020-06-05 10:43:51 +01:00

19 lines
416 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Error 403</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="{FOLDERNAME}/theme/style.css" />
</head>
<body class="fadeDown">
<center>
<h1>Error.</h1>
<div class="errorCode">403
</div>
<p>You aren't allowed to be here.</p>
</center>
</body>
</html>