Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
url update
Browse files Browse the repository at this point in the history
  • Loading branch information
UmamiAppearance committed Jan 5, 2023
1 parent dd8ebcb commit 14dce48
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions examples/calculator.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="time; URL=https://umamiappearance.github.io/SHAObj/examples/live-examples.html" />
<meta http-equiv="refresh" content="5; URL=https://umamiappearance.github.io/SHAObj/examples/calculator.html" />
<meta charset="utf-8">
<title>BrowserSHAObj - Online SHA Checksum Calculator</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand All @@ -12,6 +12,14 @@
</head>

<body>
<p>This content has a new home: <a href="https://umamiappearance.github.io/SHAObj/examples/calculator.html"</p>
<p>This content has a new home: <a href="https://umamiappearance.github.io/SHAObj/examples/calculator.html">https://umamiappearance.github.io/SHAObj/examples/calculator.html</a></p>
<i>You will get redirected in a few moments...</i>
</body>

<script>
setTimeout(() => {
window.location.replace("https://umamiappearance.github.io/SHAObj/examples/calculator.html");
}, 6000)

</script>
</html>
12 changes: 10 additions & 2 deletions examples/live-examples.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="time; URL=https://umamiappearance.github.io/SHAObj/examples/live-examples.html" />
<meta http-equiv="refresh" content="5; URL=https://umamiappearance.github.io/SHAObj/examples/live-examples.html" />
<meta charset="utf-8">
<title>BrowserSHAObj - Live Examples</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand All @@ -12,6 +12,14 @@
</head>

<body>
<p>This content has a new home: <a href="https://umamiappearance.github.io/SHAObj/examples/live-examples.html"</p>
<p>This content has a new home: <a href="https://umamiappearance.github.io/SHAObj/examples/live-examples.html">https://umamiappearance.github.io/SHAObj/examples/live-examples.html</a></p>
<i>You will get redirected in a few moments...</i>
</body>

<script>
setTimeout(() => {
window.location.replace("https://umamiappearance.github.io/SHAObj/examples/live-examples.html");
}, 6000)

</script>
</html>

0 comments on commit 14dce48

Please sign in to comment.