mirror of
https://asciireactor.com/otho/stashbox
synced 2024-11-22 11:45:08 +00:00
19 lines
431 B
HTML
19 lines
431 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">
|
||
|
<div class="center">
|
||
|
<h1>No.</h1>
|
||
|
<!-- <div class="errorCode">403
|
||
|
</div>
|
||
|
<p>You aren't allowed to be here.</p> -->
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|