mirror of
https://github.com/oupala/apaxy.git
synced 2026-01-12 02:12:25 +01:00
19 lines
442 B
HTML
19 lines
442 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Error 500</title>
|
|
<!-- Stylesheets -->
|
|
<link rel="stylesheet" href="{FOLDERNAME}/theme/style.css" />
|
|
</head>
|
|
<body class="fadeDown">
|
|
<div class="center">
|
|
<h1>Error.</h1>
|
|
<div class="errorCode">500
|
|
</div>
|
|
<p>I don't know what to do. This isn't your fault.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|