mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 05:54:19 +01:00
remove redirect
This commit is contained in:
@@ -22,12 +22,14 @@
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<link rel="shortcut icon" type="image/png" href="./images/rabbit_256.png" />
|
||||
<script>
|
||||
/*
|
||||
if (location.hostname === 'syusui-s.github.io' && location.pathname.startsWith('/rabbit/')) {
|
||||
const url = new URL(location.href);
|
||||
url.host = 'rabbit.syusui.net';
|
||||
url.pathname = '/';
|
||||
location.href = url.href;
|
||||
}
|
||||
*/
|
||||
</script>
|
||||
<title>Rabbit</title>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user