IMOTCL/app/st-builders.html

30 lines
1.6 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>
</header>
<main>
<h2>Улица Строителей</h2>
<img class="img-build" src="img/st-builders.jpg" alt="Улица Строителей">
<p>Пересёк территорию вахты - и широкая улица Строителей вводит тебя в современный город, со всех сторон надёжно прикрытый тайгой. Эта улица названа в честь первых строителей города. На этой улицы должен был быть построен памятник первым строителям города, о котором в скором времени забыли.</p>
<div class="clearfix"></div>
</main>
<div class="br"></div>
<footer>
<a href="author.html">Автор сайта - Зинченко Иван</a><br>
</footer>
<script src="js/remove.js"></script>
</div>
</body>
</html>