Skip to content

Commit 273afb1

Browse files
committed
Added proper index page placeholder
1 parent be8ff5c commit 273afb1

2 files changed

Lines changed: 2 additions & 20 deletions

File tree

1.65 MB
Loading

static/index.html

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,8 @@
1313
<meta name="msapplication-config" content="/favicon/browserconfig.xml">
1414
<meta name="theme-color" content="#a21012">
1515
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
16-
<link rel="canonical" href="https://t.me/ntInsideChat" />
17-
<noscript>
18-
<meta http-equiv="refresh" content="1;URL=https://t.me/ntInsideChat">
19-
</noscript>
20-
<script type="text/javascript">
21-
function isIE() {
22-
var agent = navigator.userAgent.toLowerCase();
23-
return (agent.indexOf("msie") != -1) ? parseInt(agent.split("msie")[1]) : false;
24-
}
25-
if (isIE() && isIE() < 9) {
26-
var element = document.createElement("a");
27-
element.href = "https://t.me/ntInsideChat";
28-
document.body.appendChild(element);
29-
element.click();
30-
} else {
31-
window.location.replace("https://t.me/ntInsideChat");
32-
}
33-
</script>
34-
</style>
3516
</head>
36-
<body>
17+
<body style="overflow: hidden;">
18+
<img src="/images/mascot/zorix-not-today-0525.png" style="height: 100vh; margin: 0px auto; width: auto; display: block;" />
3719
</body>
3820
</html>

0 commit comments

Comments
 (0)