We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9de6a5 commit 0c7fbeeCopy full SHA for 0c7fbee
images
@@ -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