-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (20 loc) · 764 Bytes
/
index.html
File metadata and controls
24 lines (20 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta http-equiv="refresh" content="1;url=http://github.com/learn-it/scripting/wiki/Shell-snippets">
<script type="text/javascript">
window.onload = function () {
window.location.href = "http://github.com/learn-it/scripting/wiki/Shell-snippets";
}
</script>
<title>learn-it.github.io: Redirecting...</title>
</head>
<body>
<noscript>
<p>Your browser is tough one! Please, follow this link:</p>
<a href="http://github.com/learn-it/scripting/wiki/Shell-snippets">http://github.com/learn-it/scripting/wiki/Shell-snippets</a>
</noscript>
</body>
</html>