We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9c1a1 commit 514a070Copy full SHA for 514a070
404.html
@@ -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>
+<script>
+ sessionStorage.redirect = location.href;
+</script>
+<meta http-equiv="refresh" content="0;URL='/tessdoc'">
0 commit comments