Skip to content

Instantly share code, notes, and snippets.

@kharmabum
Created July 16, 2013 22:50
Show Gist options
  • Select an option

  • Save kharmabum/6015930 to your computer and use it in GitHub Desktop.

Select an option

Save kharmabum/6015930 to your computer and use it in GitHub Desktop.
URL resource navigation
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=htmlapps/">
<script type="text/javascript">
window.location.href = "htmlapps/"
</script>
<title>Page Redirection</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow the <a href='htmlapps/'>link to example</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment