mirror of
https://asciireactor.com/otho/stashbox
synced 2024-11-22 11:15:08 +00:00
19 lines
453 B
HTML
19 lines
453 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8"/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>Error 400</title>
|
||
|
<!-- Stylesheets -->
|
||
|
<link rel="stylesheet" href="{FOLDERNAME}/theme/style.css" />
|
||
|
</head>
|
||
|
<body class="fadeDown">
|
||
|
<div class="center">
|
||
|
<h1>Where?</h1>
|
||
|
<!-- <div class="errorCode">400
|
||
|
</div>
|
||
|
<p>Sorry, I don't understand what you want me to do.</p> -->
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|