You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

close2.html 701B

123456789101112131415161718192021222324
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <!--#include virtual="/base.html" -->
  5. <link rel="stylesheet" href="css/all.css">
  6. <!--#include virtual="/title.html" -->
  7. <script><!--#include virtual="/interface_config.js" --></script>
  8. <script src="static/close.js"></script>
  9. </head>
  10. <body>
  11. <div class="redirectPageMessage">
  12. <div class="thanks-msg">
  13. <p id="thanksMessage"></p>
  14. </div>
  15. <div class="hint-msg">
  16. <p>
  17. <span id="hintQuestion">Did you know?</span>
  18. <span class="hint-msg__holder" id="hintMessage"></span>
  19. </p>
  20. <div class="happy-software"></div>
  21. </div>
  22. </div>
  23. </body>
  24. </html>