index.html 294 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="canonical" href="http://bootstraptour.com">
  5. <script>
  6. if (window.location.href.indexOf('http://sorich87.github.io') === 0) {
  7. window.location.href = 'http://bootstraptour.com';
  8. }
  9. </script>
  10. </head>
  11. <body>
  12. </body>
  13. </html>