Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
www.ruby-lang.org/index.html
Find file
Copy path
Fetching contributors…
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Ruby Programming Language</title> | |
| <script type="text/javascript"> | |
| var languages = { | |
| "de": "de", | |
| "es": "es", | |
| "id": "id", | |
| "ja": "ja", | |
| "ko": "ko", | |
| "pt": "pt", | |
| "zh-CN": "zh_cn", | |
| "zh-TW": "zh_tw" | |
| }; | |
| var code = window.navigator.language || window.navigator.userLanguage || "en"; | |
| if (code.substr(0,2) !== "zh") { code = code.substr(0,2); } | |
| var language = languages[code]; | |
| if (!language) { language = "en"; } | |
| document.location = "/" + language + "/"; | |
| </script> | |
| <noscript> | |
| <meta http-equiv="refresh" content="0; url=/en/"> | |
| </noscript> | |
| </head> | |
| <body> | |
| <p><a href="/en/">Click here</a> to be redirected.</p> | |
| </body> | |
| </html> |