Last active
January 31, 2021 20:47
-
-
Save RuolinZheng08/c1c7a4dfdd4385bb0dae0e63a3e66c8b to your computer and use it in GitHub Desktop.
[Template] Dummy index.html for GitHub repo page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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