2023-01-07 22:32:28 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Error 404</title>
|
|
|
|
<link href="/assets/style.css" type="text/css" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="awaki">
|
|
|
|
<div class="awaki-inner">
|
|
|
|
<div class="awaki-header">
|
|
|
|
<div class="awaki-logo">
|
|
|
|
<img src="/assets/awaki-logo.png" alt="Awaki">
|
|
|
|
</div>
|
|
|
|
<div class="awaki-description">
|
|
|
|
<p>Couldn't find what you were looking for</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="awaki-footer">
|
2024-03-28 23:59:45 +00:00
|
|
|
<a href="https://flash.moe" target="_blank" rel="noopener">flashwave</a> 2022-2024
|
2023-01-07 22:32:28 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|