-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path404.html
More file actions
29 lines (25 loc) · 963 Bytes
/
404.html
File metadata and controls
29 lines (25 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 | The Fansub Database</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="This site has a list of all the new airing/streaming anime in Japan, and which fansub groups are subbing (or plan to sub) them.">
<meta name="keywords" content="fansub, database, list, Japan, simulcast, world">
<link rel="stylesheet" href="//fansubdb.github.io/stylesheets/main.css" type="text/css">
<link rel="stylesheet" href="//fansubdb.github.io/stylesheets/tables.css" type="text/css">
</head>
<body>
<div>
<article>
<h1>404</h1>
<p class="center">
The page you are looking for does not exist or has been moved elsewhere.
<br>
Click <a href="/">here</a> to be redirected on the main page.
</p>
</article>
</div>
</body>
</html>