redirect_home.html 316 B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Page Moved</title>
  5. <meta http-equiv="refresh" content="0; url=http://docs.docker.io/en/latest/">
  6. </head>
  7. <body>
  8. This page has moved. Perhaps you should visit the <a href="http://docs.docker.io/" title="documentation homepage">Documentation Homepage</a>
  9. </body>
  10. </html>