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 b02cf33 commit bf33ab8Copy full SHA for bf33ab8
1 file changed
index.html
@@ -2,6 +2,12 @@
2
<html lang="en">
3
4
<head>
5
+ <script>
6
+ if (window.location.hostname === "quercuscode.github.io") {
7
+ var path = window.location.pathname.replace('/QuercusViewer', '');
8
+ window.location.replace("https://quercusviewer.com" + path + window.location.search + window.location.hash);
9
+ }
10
+ </script>
11
<meta charset="UTF-8" />
12
<link rel="icon" type="image/png" href="logo/icon-black.png" media="(prefers-color-scheme: light)" />
13
<link rel="icon" type="image/png" href="logo/icon-white.png" media="(prefers-color-scheme: dark)" />
0 commit comments