Files
Apaxy/apaxy/theme/403.html

19 lines
425 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
2018-02-26 16:11:43 -05:00
<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" />
2018-02-26 16:11:43 -05:00
</head>
<body class="fadeDown">
<div class="center">
2018-02-26 16:11:43 -05:00
<h1>Error.</h1>
<div class="errorCode">403
</div>
<p>You aren't allowed to be here.</p>
</div>
2018-02-26 16:11:43 -05:00
</body>
</html>