Skip to content

Commit 88333bb

Browse files
authored
Merge pull request #1 from ifvictr/master
Add meta refresh and spread code out
2 parents c196be2 + b92810f commit 88333bb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
<html><head><title>Redirecting...</title><script>window.location.replace("https://poggit.pmmp.io");</script></head><body><h1>Redirecting...</h1></body></html>
1+
<html>
2+
<head>
3+
<title>Redirecting...</title>
4+
<script>window.location.replace("https://poggit.pmmp.io");</script>
5+
<noscript>
6+
<meta http-equiv="refresh" content="0; url=https://poggit.pmmp.io">
7+
</noscript>
8+
</head>
9+
<body>
10+
<h1>Redirecting...</h1>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)