Files
Apaxy/apaxy/theme/403.html
oupala b393699e57 feat: add a favicon
Add a favicon at the root level and remove incorrect favicon links in error pages.

fix #128
2019-05-29 15:21:31 +02:00

19 lines
415 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>