Files
nvm-windows/index.html
2014-09-23 23:40:11 -05:00

12 lines
328 B
HTML

<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>