| <!doctype html> | |
| <html lang=en> | |
| <head> | |
| <meta charset=utf-8> | |
| <title>Rust By Example Has Moved</title> | |
| <script type="text/javascript"> | |
| window.addEventListener('load', function () { | |
| document.location.replace('https://doc.rust-lang.org/stable/rust-by-example' + document.location.pathname); | |
| }) | |
| </script> | |
| </head> | |
| <body> | |
| <p>404 Page Not Found. Redirecting...</p> | |
| </body> | |
| </html> |