Skip to content

Commit 0c7fbee

Browse files
authored
Create images
1 parent a9de6a5 commit 0c7fbee

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

images

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html lang="ru">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>О нас</title>
7+
<link rel="stylesheet" href="styles/styles.css">
8+
</head>
9+
<body>
10+
<header>
11+
<h1>О нас</h1>
12+
<nav>
13+
<ul>
14+
<li><a href="index.html">Главная</a></li>
15+
<li><a href="about.html">О нас</a></li>
16+
<li><a href="contact.html">Контакты</a></li>
17+
</ul>
18+
</nav>
19+
</header>
20+
<main>
21+
<h2>Информация о нас</h2>
22+
<p>Здесь вы можете описать вашу команду и вашу миссию.</p>
23+
</main>
24+
<footer>
25+
<p>© 2023 Мой сайт</p>
26+
</footer>
27+
</body>
28+
</html>
29+
```

0 commit comments

Comments
 (0)