/src/popup.html

https://gitlab.com/o.lashmanov/oepd_de_extention · HTML · 29 lines · 28 code · 1 blank · 0 comment · 0 complexity · fb15ba842f6d88d8dfe0a95678137934 MD5 · raw file

  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Set Page Color Popup</title>
  5. <link href="popup_css.css" type="text/css" rel="stylesheet">
  6. <script src="popup.js"></script>
  7. </head>
  8. <body>
  9. <div class="about">
  10. Extention for CDE in ITMO University.
  11. </div>
  12. <hr>
  13. <div class="help">
  14. <p>Button <b>'3 E'</b> random<b>(60,67)</b></p>
  15. <p>Button <b>'3 D'</b> random<b>(67,74)</b></p>
  16. <p>Button <b>'4 C'</b> random<b>(74,83)</b></p>
  17. <p>Button <b>'4 B'</b> random<b>(83,91)</b></p>
  18. <p>Button <b>'5 A'</b> random<b>(91,100)</b></p>
  19. </div>
  20. <hr>
  21. <div>
  22. <a target="tabnew" href="https://isu.ifmo.ru/pls/apex/f?p=2005:6:108693704216824::NO:::">Groups List</a>
  23. </div>
  24. <div class="autor">
  25. Author: Lashmanov Oleg: <a href="mailto:vlad@htmlbook.ru">o.lashmanov@gmail.com</a>
  26. </div>
  27. </body>
  28. </html>