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">
|
|
|
|
|
<title>Error 404</title>
|
|
|
|
|
<!-- 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">404
|
|
|
|
|
</div>
|
|
|
|
|
<p>I can't find what you are looking for...</p>
|
2020-06-05 10:45:05 +01:00
|
|
|
</div>
|
2018-02-26 16:11:43 -05:00
|
|
|
</body>
|
|
|
|
|
</html>
|