Create index.html

This commit is contained in:
Corey Butler
2014-09-23 23:40:11 -05:00
parent 55757245b7
commit dd1632c14b

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<html>
<head>
<meta http-equiv="refresh" content="0; url=http://github.com/coreybutler/nvm" />
<script type="text/javascript">
window.location.href = "http://github.com/coreybutler/nvm"
</script>
</head>
<body>
The main page is <a href="http://github.com/coreybutler/nvm">here</a>.
</body>
</html>