mirror of
https://github.com/holo-gfx/mangadex.git
synced 2024-11-24 20:28:21 -05:00
13 lines
382 B
HTML
13 lines
382 B
HTML
<html>
|
|
<head>
|
|
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
|
<title>Error 404 - MangaDex</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1 style="text-align: center; ">Error 404</h1>
|
|
<hr />
|
|
<a href="/"><img style="margin: 0 auto; display: block;" src="/images/avatars/default2.jpg" alt="404" /></a>
|
|
<p style="text-align: center; ">This page does not exist.</p>
|
|
</body>
|
|
</html> |