Commit c47d2862 authored by ilya-s-h's avatar ilya-s-h

Создан тестовый файл index.html

parent 3d9ad850
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Первое испытание</title>
<link rel="stylesheet" href="outlines-challenge.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>
Заголовок сайта
</h1>
</header>
<main>
<nav>
Навигация
</nav>
<section>
<p>
Описание 1
</p>
<p>
Описание 2
</p>
</section>
<aside>
Сайдбар
</aside>
</main>
<footer>
Подвал сайта
</footer>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment