security.html 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title> Безопасность </title>
  5. <base href=".">
  6. <meta charset = "UTF-8"/>
  7. <link rel = "stylesheet" type = "text/css" href = "../css/security.css"/>
  8. <link href="../img/glider.ico" rel="icon" type="image/x-icon" />
  9. </head>
  10. <body>
  11. <center> <div class = "container">
  12. <header>
  13. <a href = "page-login.html" id = "button">
  14. Войти </a>
  15. <div id = "header-banner">
  16. <a href = "../main.html"> <img id = "logo" src="../img/logo-website.png"> </a>
  17. <p id = "text-header"> Руководство для начинающиего
  18. <span style = "color: red; font-size: 25px;">
  19. Линуксоида</span><span style = "color: #428bca;
  20. font-size: 20px">.org</span> <!-- #08FF28 -->
  21. </p>
  22. </div>
  23. </header>
  24. <a href = "../main.html" id = "button-prev"> Вернуться </a>
  25. <div class = "content">
  26. <h3 id = "content-header">
  27. ..?..
  28. </h3>
  29. <br>
  30. <h3 id = "paragraph-head"> Статья еще не готова и находится на стадии разработки! </h3>
  31. <center> <img src="../img/tux.png" style="width: 30%;
  32. height: 30%; margin: 20px 28px 4px 30px"> </center>
  33. <h3 id = "paragraph-head"> Эх, жаль :( </h3>
  34. </div>
  35. <div class = "clear"> </div>
  36. <footer >
  37. <div style = "padding: 5px">
  38. <div id = "left-bottom-hyper">
  39. <a href = "https://www.notabug.org/ZeroNe/MPKB">
  40. <img id = "pict-notabug2"
  41. src = "../img/notabug-logo.png">
  42. </a>
  43. <a href = "mailto:nik.pavlov.9191@inbox.ru">
  44. <img id = "pict-mail2"
  45. src = "../img/mail-logo.png">
  46. </a>
  47. </div>
  48. <p style = "font-family: FuturaRoundBold;
  49. font-size: 12px;
  50. margin: 4px 430px 0 430px;
  51. text-align: center;
  52. background: white;
  53. padding: 4px;
  54. border-radius: 15px; ">
  55. Автор сайта: Павлов Никита из гр. ИСП-932</p>
  56. <p style = "font-family:FuturaRoundBold;
  57. font-size: 12px;
  58. margin: -23px 35px 0 980px;
  59. text-align: center;
  60. background: white;
  61. padding: 4px;
  62. color: #428bca;
  63. border-radius: 15px; ">
  64. Версия сайта: 0.4 </p>
  65. </div>
  66. </footer>
  67. </div> </center>
  68. </body>
  69. </html>