mirror of
https://github.com/oupala/apaxy.git
synced 2026-01-15 11:52:28 +01:00
Remove the leading slash before {FOLDERNAME} so that apaxy can be
installed at the web root level.
21 lines
566 B
HTML
21 lines
566 B
HTML
<DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Error 403</title>
|
|
<link rel="shortcut icon" href="img/icon.png">
|
|
<!-- Stylesheets -->
|
|
<link rel="stylesheet" href="{FOLDERNAME}/theme/style.css" />
|
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400' rel='stylesheet' type='text/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>
|