mirror of
https://github.com/holo-gfx/mangadex.git
synced 2024-11-24 22:48:21 -05:00
13 lines
496 B
HTML
13 lines
496 B
HTML
<html>
|
|
<head>
|
|
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
|
<title>Database Error - MangaDex</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1 style="text-align: center; ">Database Error</h1>
|
|
<hr />
|
|
<a href="/"><img style="margin: 0 auto; display: block;" src="/images/avatars/default1.jpg" alt="DB Error" /></a>
|
|
<p style="text-align: center; ">The Database server is under heavy load and can't serve your request. Please wait a bit and try refreshing the page.</p>
|
|
</body>
|
|
</html> |