Skip to content

Commit 1bafa8d

Browse files
committed
chore(404): add back to top link
1 parent 864e301 commit 1bafa8d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

404.html

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1+
<!doctype html>
2+
<html lang="ja">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>404 Not Found</title>
6+
</head>
7+
<body>
18
<h1>404 Not Found</h1>
29

310
<p>ページがみつかりませんでした。</p>
411

12+
<p><a href="/">TOPへ戻る</a></p>
13+
514
<div id="wb404"></div>
6-
<script src="https://archive.org/web/wb404.js"></script>
15+
<script src="https://archive.org/web/wb404.js"></script>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)