2020-05-31 08:21:39 +01:00
|
|
|
<!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">
|
2018-03-04 20:58:23 +01:00
|
|
|
<title>Error 408</title>
|
2018-02-26 16:11:43 -05:00
|
|
|
<!-- Stylesheets -->
|
2019-05-07 18:06:47 +02:00
|
|
|
<link rel="stylesheet" href="{FOLDERNAME}/theme/style.css" />
|
2018-02-26 16:11:43 -05:00
|
|
|
</head>
|
|
|
|
|
<body class="fadeDown">
|
2020-06-05 10:45:05 +01:00
|
|
|
<div class="center">
|
2018-02-26 16:11:43 -05:00
|
|
|
<h1>Error.</h1>
|
|
|
|
|
<div class="errorCode">408
|
|
|
|
|
</div>
|
|
|
|
|
<p>I refuse to wait any longer.</p>
|
2020-06-05 10:45:05 +01:00
|
|
|
</div>
|
2018-02-26 16:11:43 -05:00
|
|
|
</body>
|
|
|
|
|
</html>
|