Skip to content

Instantly share code, notes, and snippets.

@drunkensouljah
Created November 11, 2015 21:33
Show Gist options
  • Select an option

  • Save drunkensouljah/101dd424e4d26111bb15 to your computer and use it in GitHub Desktop.

Select an option

Save drunkensouljah/101dd424e4d26111bb15 to your computer and use it in GitHub Desktop.
weiterleitung
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0;url=pages/index.html">
<title>Seitentitel</title>
<script language="javascript">
window.location.href = "pages/index.html"
</script>
</head>
<body>
Go to <a href="pages/index.html">/pages/index.html</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment