-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 864 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<noscript>
<meta http-equiv="refresh" content="0; url=https://github.com/jekylltools">
</noscript>
<!--[if lt IE 9]><script type="text/javascript">var IE_fix=true;</script><![endif]-->
<script type="text/javascript">
var url = "https://github.com/jekylltools" + window.location.hash;
if (typeof IE_fix != "undefined") {
document.write("Redirecting...");
var referLink = document.createElement("a");
referLink.href = url;
document.body.appendChild(referLink);
referLink.click();
} else {
window.location.replace(url);
}
</script>
<title>Redirecting...</title>
</head>
<body>
<a href="https://github.com/jekylltools">Follow this link if you are not redirected automatically.</a>
</body>
</html>