mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-29 06:29:04 +08:00
Add root index.html which redirects to 6/
This commit is contained in:
11
index.html
Normal file
11
index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting…</title>
|
||||
<link rel="canonical" href="6/">
|
||||
<meta http-equiv="refresh" content="0; url=6/">
|
||||
<meta name="robots" content="noindex">
|
||||
<h1>Redirecting…</h1>
|
||||
<a href="6/">Click here if you are not redirected.</a>
|
||||
<script>location="6/"</script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user