Skip to content

Commit a30bbe1

Browse files
author
Mike Wales
committed
Adds git.html with a meta redirect to prevent 404s (and hopefully Google will pick up)
1 parent 8293ed8 commit a30bbe1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

git.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://udacity.github.io/git-styleguide/">
5+
</head>
6+
<body></body>
7+
</html>

0 commit comments

Comments
 (0)