12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <!DOCTYPE html>
- <html>
-
-
- <head>
- <title> Рекомендуемый софт </title>
- <base href=".">
- <meta charset = "UTF-8"/>
- <link rel = "stylesheet" type = "text/css" href = "../css/software.css"/>
- <link href="../img/glider.ico" rel="icon" type="image/x-icon" />
- </head>
- <body>
- <center> <div class = "container">
- <header>
-
- <a href = "page-login.html" id = "button">
- Войти </a>
-
- <div id = "header-banner">
- <a href = "../main.html"> <img id = "logo" src="../img/logo-website.png"> </a>
- <p id = "text-header"> Руководство для начинающиего
- <span style = "color: red; font-size: 25px;">
- Линуксоида</span><span style = "color: #428bca;
- font-size: 20px">.org</span> <!-- #08FF28 -->
- </p>
- </div>
- </header>
- <a href = "../main.html" id = "button-prev"> Вернуться </a>
-
- <div class = "content">
- <h3 id = "content-header">
- ..?..
- </h3>
- <br>
- <h3 id = "paragraph-head"> Статья еще не готова и находится на стадии разработки! </h3>
-
- <center> <img src="../img/tux.png" style="width: 30%;
- height: 30%; margin: 20px 28px 4px 30px"> </center>
-
- <h3 id = "paragraph-head"> Скоро будет! </h3>
- </div>
-
-
- <div class = "clear"> </div>
-
-
- <footer >
- <div style = "padding: 5px">
-
- <div id = "left-bottom-hyper">
- <a href = "https://www.notabug.org/ZeroNe/MPKB">
- <img id = "pict-notabug2"
- src = "../img/notabug-logo.png">
- </a>
- <a href = "mailto:nik.pavlov.9191@inbox.ru">
- <img id = "pict-mail2"
- src = "../img/mail-logo.png">
- </a>
- </div>
-
- <p style = "font-family: FuturaRoundBold;
- font-size: 12px;
- margin: 4px 430px 0 430px;
- text-align: center;
- background: white;
- padding: 4px;
- border-radius: 15px; ">
- Автор сайта: Павлов Никита из гр. ИСП-932</p>
- <p style = "font-family:FuturaRoundBold;
- font-size: 12px;
- margin: -23px 35px 0 980px;
- text-align: center;
- background: white;
- padding: 4px;
- color: #428bca;
- border-radius: 15px; ">
- Версия сайта: 0.4 </p>
- </div>
- </footer>
-
-
- </div> </center>
-
-
- </body>
-
-
- </html>
|