index.html 282 B

1234567891011
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <script>
  5. if ( window.location.search.length === 5 ) {
  6. var github = 'https://github.com/mrdoob/three.js/releases/tag/';
  7. window.location.replace( github + window.location.search.substr( 1, 4 ) );
  8. }
  9. </script>
  10. </head>
  11. </html>