file-system.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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/file-system.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. </div>
  34. <div class = "clear"> </div>
  35. <footer >
  36. <div style = "padding: 5px">
  37. <div id = "left-bottom-hyper">
  38. <a href = "https://www.notabug.org/ZeroNe/MPKB">
  39. <img id = "pict-notabug2"
  40. src = "../img/notabug-logo.png">
  41. </a>
  42. <a href = "mailto:nik.pavlov.9191@inbox.ru">
  43. <img id = "pict-mail2"
  44. src = "../img/mail-logo.png">
  45. </a>
  46. </div>
  47. <p style = "font-family: FuturaRoundBold;
  48. font-size: 12px;
  49. margin: 4px 430px 0 430px;
  50. text-align: center;
  51. background: white;
  52. padding: 4px;
  53. border-radius: 15px; ">
  54. Автор сайта: Павлов Никита из гр. ИСП-932</p>
  55. <p style = "font-family:FuturaRoundBold;
  56. font-size: 12px;
  57. margin: -23px 35px 0 980px;
  58. text-align: center;
  59. background: white;
  60. padding: 4px;
  61. color: #428bca;
  62. border-radius: 15px; ">
  63. Версия сайта: 0.4 </p>
  64. </div>
  65. </footer>
  66. </div> </center>
  67. </body>
  68. </html>