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.

close.html 647B

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