Go to file
2018-12-30 17:47:11 +05:00
app the author.html is finished 2018-12-29 23:24:02 +05:00
.gitignore git init 2018-12-28 23:13:32 +05:00
gulpfile.js the author.html is finished 2018-12-29 23:24:02 +05:00
package-lock.json git init 2018-12-28 23:13:32 +05:00
package.json git init 2018-12-28 23:13:32 +05:00
README.md Update README.md 2018-12-30 17:47:11 +05:00

#IMOTCL Project "Interactie map of the city Lesnoy" uses sass technology. ##Default html page

    <!DOCTYPE html>
    <html lang="ru">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
        <link rel="stylesheet" href="css/normalize.css">
        <link rel="stylesheet" href="css/main.css">
        <title>Город Лесной</title>
    </head>
    <body>
        <div id="wrapper">
            <div id="header">
                  <a href="./index.html" class="logo">Город Лесной</a>
                  <a href="map.html" class="logo">Вернуться на карту</a>
            </div>
            <div id="main">
                Some text
            </div>
            <div class="br"></div>
            <div id="footer">
                <a href="author.html">Автор сайта - Зинченко Иван</a><br>
            </div>
        </div>
    </body>
    </html>