Skip to content

Commit f033586

Browse files
committed
updated with javascript redirect
1 parent 74f9556 commit f033586

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
<html lang="en-US">
33
<head>
44
<meta charset="UTF-8">
5-
<meta http-equiv="refresh" content="0; url=https://homes.cs.washington.edu/~rahuln">
5+
<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>
69
<title>Page Redirection</title>
710
</head>
811
<body>
9-
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
10-
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>.
1113
</body>
1214
</html>
13-

0 commit comments

Comments
 (0)