Stashbox/index-theme/404.html

19 lines
443 B
HTML
Raw Normal View History

2023-01-01 07:50:03 +00: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" />
</head>
<body class="fadeDown">
<div class="center">
<h1>What?</h1>
<!-- <div class="errorCode">404
</div>
<p>I can't find what you are looking for...</p> -->
</div>
</body>
</html>