mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2026-01-14 07:03:17 +08:00
12 lines
328 B
HTML
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>
|