Skip to content

Instantly share code, notes, and snippets.

@RuolinZheng08
Last active January 31, 2021 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RuolinZheng08/c1c7a4dfdd4385bb0dae0e63a3e66c8b to your computer and use it in GitHub Desktop.
Save RuolinZheng08/c1c7a4dfdd4385bb0dae0e63a3e66c8b to your computer and use it in GitHub Desktop.
[Template] Dummy index.html for GitHub repo page
<!DOCTYPE html>
<html>
<head>
<title></title>
<!-- Just a dummy html to redirect to my subdirectory -->
<meta http-equiv="refresh" content="0; url=[INSERT URL HERE]">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment