-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (54 loc) · 2.03 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="refresh" content="111">
<link rel='stylesheet' href='style/main.css' type='text/css' media='screen' />
<link rel="stylesheet" type="text/css" media="screen and (max-device-width: 480px)" href="style/mobile.css" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<title>COOLIM</title>
</head>
<body>
<div class="main-container index">
<div class="logo">
<img src="images/logo.jpg" alt="COMMIM"/>
<span>Легкий пошук зображень</span>
</div>
<div class="srch-form">
<form method="GET" name="search-form" action="search.php" submit="false">
<ul>
<li><a href="#">Фото</a></li>
<li><a class="active" href="#">Іконки</a></li>
</ul>
<div class="search-block tooltip">
<input type="text" name="searchText" class="search-text" value=""/>
<input type="button" name="searchBtn" class="search-btn" value="Знайти">
</div>
</form>
<div class="tooltip" >
Введіть ключове слово. Ми ж не екстрасенси :)
</div>
</div>
</div>
<div class="footer">
<ul class="footer-menu">
<li><img src="images/ua.png"/><a class="active" href="#">
Українська</a></li>
<li><a href="#">Про сайт</a></li>
<li><a href="#">Реклама на сайті</a></li>
</ul>
<ul class="footer-social">
<li><a class="social fb" href="#">
<img src="images/fb.png"/></a></li>
<li><a class="social mail" href="#">
<img src="images/tweet.png"/></a></li>
<li><a class="social fb" href="#">
<img src="images/mail.png"/></a></li>
<li><a class="social linkedin" href="#">
<img src="images/linkedin.png"/></a></li>
<li><a class="social plus" href="#">
<img src="images/plus.png"/></a></li>
</ul>
</div>
</body>
</html>