Skip to content

Commit

Permalink
deploy: f8caa8c
Browse files Browse the repository at this point in the history
  • Loading branch information
deemakuzovkin committed Jul 4, 2023
1 parent 0ec43bc commit de02fa1
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 8 deletions.
17 changes: 17 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8"/>
<title>DK</title>
<script>
sessionStorage.redirect = location.href;
</script>
<meta http-equiv="refresh" content="0;URL='/'"></meta>
</head>
<body>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</body>
</html>
27 changes: 20 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>AuctionPluginUi</title>
<base href="https://devdrift.github.io/auction-ui/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta charset="utf-8">
<title>AuctionPluginUi</title>
<base href="https://devdrift.github.io/auction-ui/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.09e2c710755c8867a460.css"></head>
<body>
<app-root></app-root>
<script src="runtime.7b63b9fd40098a2e8207.js" defer></script><script src="polyfills.8417a73e359081891848.js" defer></script><script src="main.befb8464154956208349.js" defer></script></body>
<app-root></app-root>
<script src="runtime.7b63b9fd40098a2e8207.js" defer></script><script src="polyfills.8417a73e359081891848.js" defer></script><script src="main.74595b066a44a611b167.js" defer></script></body>
<script>
(function () {
// Retrieve the URL the user was trying to access when receiving the 404.
var redirect = sessionStorage.redirect;
// Remove the URL from sessionStorage.
delete sessionStorage.redirect;
// Check if we actually need to redirect.
if (redirect && redirect != location.href) {
// We need to redirect to the URL the user was trying to access.
history.replaceState(null, null, redirect);
}
})();
</script>
</html>

Large diffs are not rendered by default.

0 comments on commit de02fa1

Please sign in to comment.