-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (52 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<section id="nav">
<div class="nav">
<ul>
<li>Gmail</li>
<li>Images</li>
<li><img src="images/icon.png"></li>
<li><a href="#">Sign in</a></li>
</ul>
</div>
</section>
<section id="main">
<div>
<div class="img">
<img src="https://www.google.com.tr/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png">
<p>Türkiye</p>
</div>
<div>
<input type="text" name=""/>
</div>
<div class="speaker">
<img src="images/speaker.png"/>
</div>
</div>
</section>
<section>
<div class="buttons">
<a href="#">Google Search</a>
<a href="#">I'm Feeing Lucky</a>
<p>Google.com.tr offered in: <span class="link">Türkçe</span></p>
</div>
</section>
<section id="footer">
<a href="">Advertising</a>
<a href="">Business</a>
<a href="">About</a>
<span>
<a href="">Privacy</a>
<a href="">Terms</a>
<a href="">Settings</a>
<a href="">Use Google.com</a>
</span>
</section>
</body>
</html>