-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontakts.html
More file actions
54 lines (51 loc) · 1.88 KB
/
contakts.html
File metadata and controls
54 lines (51 loc) · 1.88 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Контакты</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>GeekGame Shop</h1>
<p>On this site you can buy any game</p>
<dl class="menu">
<a href="index.html">
<dd>Главная</dd>
</a>
<a href="menu.html">
<dd>Каталог</dd>
</a>
<a href="contakts.html">
<dd>Контакты</dd>
</a>
</dl>
<hr>
<form action="#" method="get">
<fieldset class="form_info">
<legend>Напишите нам</legend>
<dl>
<dd><input type="text" placeholder="Name" ></dd>
<dd><input type="text" placeholder="E-mail"></dd>
<dd><input type="tel" placeholder="Phone"></dd>
<dd><input type="text" placeholder="Topic"></dd>
<dd><textarea cols="100" rows="8"> </textarea></dd>
<dd><input type="submit" value="Отправить"></dd>
</dl>
</fieldset>
<br>
<fieldset>
<legend>Контактная информация</legend>
<dl>
<dd>Тед: 8-800-600-50-40</dd>
<dd>Аддрес: г. Москва, ул. Пушкина, д. 27</dd>
<dd>Email: geekshop@yhoo.com</dd>
<dd></dd>
</dl>
</fieldset>
</form>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1895.027799256181!2d37.209618222516305!3d55.60931352756396!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x46b556db0d9e14d5%3A0x697a84fba5e739b1!2z0YPQuy4g0J_Rg9GI0LrQuNC90LAsIDI3LCDQotC-0LvRgdGC0L7Qv9Cw0LvRjNGG0LXQstC-LCDQnNC-0YHQutCy0LAsIDE0MzM1MA!5e0!3m2!1sru!2sru!4v1552314956076"
width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
<hr>
<p>Все права защищены ©</p>
</body>
</html>