| app | ||
| .gitignore | ||
| gulpfile.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
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/main.css">
<title>Город Лесной</title>
</head>
<body>
<div id="wrapper">
<header>
<a href="index.html" class="logo">Город Лесной</a>
<a href="map.html" class="logo">Вернуться на карту</a>
</div>
<main>
</div>
<div class="br"></div>
<footer>
<a href="author.html">Автор сайта - Зинченко Иван</a><br>
</div>
</div>
</body>
</html>
Page name
- index.html
- author.html
- map.html
- history.html
- 404.html