Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
opwc authored Mar 12, 2024
1 parent c1bbd4e commit d58051f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<meta http-equiv="refresh" content="3;url=./index.html">
<meta http-equiv="refresh" content="3;url=https://opwc.github.io">
<title>Error 404 (Not Found)!!!</title>
<style>
* {
Expand Down Expand Up @@ -63,7 +63,7 @@
@media only screen and (min-resolution:192dpi) {
#logo {
background: url(./logo.png) no-repeat 0% 0%/100% 100%;
-moz-border-image: url(./logo.png) 0
-moz-border-image: url(https://opwc.github.io/logo.png) 0
}
}

Expand All @@ -82,4 +82,4 @@
</style><a href=./index.html><span id=logo aria-label=Github></span></a>
<p><b>404.</b> <ins>That’s an error.</ins>
<p>The requested URL was not found on this server. <ins>That’s all we know.</ins>
<p>In 3 seconds, you will be redirected to the main page. <a href="./index.html">If there is no redirect, please click here to proceed</a></p>
<p>In 3 seconds, you will be redirected to the main page. <a href="https://opwc.github.io">If there is no redirect, please click here to proceed</a></p>

0 comments on commit d58051f

Please sign in to comment.