Skip to content

Commit 514a070

Browse files
ShreeShree
authored andcommitted
404
1 parent 5a9c1a1 commit 514a070

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

404.html

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
---
2-
layout: page
3-
title: "404 - File Not Found"
4-
permalink: /404.html
5-
comments: false
6-
sharing: false
7-
footer: true
8-
---
9-
10-
<h1>Whoops! Could not find that page.</h1>
11-
<p>
12-
Please
13-
<a href="https://github.com/tesseract-ocr/tessdoc/issues/new">log an issue</a>
14-
with the URL you were trying to reach. Thanks!
15-
</p>
1+
<script>
2+
sessionStorage.redirect = location.href;
3+
</script>
4+
<meta http-equiv="refresh" content="0;URL='/tessdoc'">

0 commit comments

Comments
 (0)