1 parent 74f9556 commit f033586Copy full SHA for f033586
1 file changed
index.html
@@ -2,12 +2,13 @@
2
<html lang="en-US">
3
<head>
4
<meta charset="UTF-8">
5
- <meta http-equiv="refresh" content="0; url=https://homes.cs.washington.edu/~rahuln">
+ <meta http-equiv="refresh" content="1; url=https://homes.cs.washington.edu/~rahuln/">
6
+ <script type="text/javascript">
7
+ window.location.href = "https://homes.cs.washington.edu/~rahuln/"
8
+ </script>
9
<title>Page Redirection</title>
10
</head>
11
<body>
- <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
- If you are not redirected automatically, click <a href='https://homes.cs.washington.edu/~rahuln'>here</a>
12
+ If you are not redirected automatically, follow this <a href='https://homes.cs.washington.edu/~rahuln/'>link</a>.
13
</body>
14
</html>
-
0 commit comments