-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathshell_guide.html
More file actions
16 lines (16 loc) · 810 Bytes
/
shell_guide.html
File metadata and controls
16 lines (16 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<title>Kai's Guide Moved</title>
<meta http-equiv="refresh" content="2;url=https://tenebrousedge.github.io/shell_guide" />
<script type="text/javascript">
location.href = 'https://tenebrousedge.github.io/shell_guide';
</script>
</head>
<body>
<p style="font-family:Helvetica, Arial, sans-serif;font-size:18px;text-align:center">
This page exists because I failed to name the main document index.md and then shared the link a few times.
Lesson learned. The page redirection techniques were borrowed from <a href="https://github.com/Microsoft/microsoft.github.io">, which is at the moment still listed on GitHub's <a href="https://github.com/showcases/github-pages-examples">examples of fine GH-Pages sites</a>.
</p>
</body>
</html>