-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
56 lines (44 loc) · 1.06 KB
/
Copy pathcontact.html
File metadata and controls
56 lines (44 loc) · 1.06 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
55
56
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="header">
<p><b>Sitename</b></p>
<ul>
<li><a href="index.html">Home</li>
<li><a href="about.html">About us</li>
<li><a href="services.html">Services</li>
<li><a href="solutions.html">Solutions</li>
<li><a href="contact.html">Contact</li>
<ul>
</div>
<div class="back">
<div class="main">
<div class="odin">
<h2>Site Search </h2>
<p><input type="search", style="height: 34px" style="width: 221px" href="https://www.google.ru/"></p>
<h1><img src="images/search-btn.jpg"></h1>
<div class="blok">
<div class="itaq">
<h3>Itaque Earum</h3>
<ul>
<li>Lorem ipsum prende mucho zabemse</li><br>
<li>Quats lapo sin moran endo quan tu</li><br>
<li>Bura osi tuvon du ble na mun</li><br>
<li>San ve tura ku tando bishan</li><br>
<li>Endro siman tu chiva la qonda</li><br>
</ul>
</div>
<div class="sem">
<h3>Sem potiniot</h3>
</div>
</div>
</div>
<div class="dva"></div>
</div>
</div>
</body>
</html>