-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ec43bc
commit de02fa1
Showing
3 changed files
with
38 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
| ||
| ||
| ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.