25 lines
745 B
HTML
25 lines
745 B
HTML
<!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 logo-one">Город Лесной</a>
|
|
</header>
|
|
<main>
|
|
|
|
</main>
|
|
<div class="br"></div>
|
|
<footer>
|
|
<a href="author.html">Автор сайта - Зинченко Иван</a><br>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |