-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (47 loc) · 1.26 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
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="./style/style.css">
<title>Google</title>
</head>
<body>
<div class="logo content">
<img src="./img/google.png" class="image">
</div>
<form method="POST" class="form content">
<div class="center">
<div class="search_div"><input type="text" name="search" class="search"></div>
<input type="submit" value="Cautare Google" class="button">
<input type="submit" value="Ma simt norocos" class="button">
</div>
</form>
<nav class="navi">
<ul class="nav">
<li><a href="#">Gmail</li>
<li><a href="#">Imagini</li>
<li><button class="button_g">V</button></li>
</ul>
</nav>
<div class="lang">
<span>Google oferit in:</span>
<a href="#" class="lang_opt">magyar</a>
<a href="#" class="lang_opt">Deutsche</a>
</div>
<div class="footer">
<div class="footer1">
Romania
</div>
<div class="footer2">
<span class="span">Publicitate</span>
<span class="span">Companii</span>
<span class="span">Despre</span>
<span class="span">Cum functioneaza Cautarea</span>
</div>
<div class="footer3">
<span class="span">Confidentialitate</span>
<span class="span">Termeni</span>
<span class="span">Setari</span>
</div>
</div>
</body>
</html>