-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutUs.html
34 lines (32 loc) · 1.47 KB
/
AboutUs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> AboutUs </title>
</head>
<body>
<ul>
<li><a href="Main.html">Главная</a></li>
<li><a href="Catalog.html">Каталог</a></li>
<li><a href="AboutUs.html">Контакты</a></li>
</ul>
<form action="#">
<legend>Расскажите о себе</legend>
Представьтесь <input type="text" name="name" placeholder="Ваше имя"> <br>
Почта для обратной связи <input type="email" name="email" placeholder="Ваша почта"><br>
Оставьте ваш отзыв, пожелания или предложения <br>
<textarea name="review" id="" cols="68" rows="10"></textarea>
<br>
<input type="submit">
<input type="reset">
</form>
<script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3Ac652e6e735a21e17348be9af1bb3234510c26ea9f84877bbad377699c84be845&width=1000&height=700&lang=ru_RU&scroll=true"></script>
<footer>
<p> <a href="Main.html"> <strong> --> To main <-- </strong> </a> </p>
<p> <a href="Catalog.html"> <strong> --> To catalog <-- </strong> </a> </p>
<p> <a href="AboutUs.html"> <strong> --> SendReport <-- </strong> </a>
<p> <strong> About Us:</strong> </p>
<p> <small>Our online store uses innovation compare techmology. It allows us to show the worst prices for each product our store offers.</small> </p>
</footer>
</body>
</html>