Files
Apaxy/apaxy/theme/404.html

19 lines
425 B
HTML
Raw Permalink Normal View History

2018-02-26 16:11:43 -05:00
<DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Error 404</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="{FOLDERNAME}/theme/style.css" />
2018-02-26 16:11:43 -05:00
</head>
<body class="fadeDown">
<center>
<h1>Error.</h1>
<div class="errorCode">404
</div>
<p>I can't find what you are looking for...</p>
</center>
</body>
</html>