-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 1.08 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
<!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="google.css">
<meta charset="utf-8">
</head>
<body>
<nav class="topnav">
<ul>
<li class="gmail"><a href="#">Gmail</li></a>
<li class="images"><a href="#">Images</li></a>
</ul>
</nav>
<div class="container">
<img class="gooimg" src="https://www.google.co.th/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="google logo">
<input class="searchbar" type="text" name="searchbar"><br>
<div class="buttons">
<input class="searchbut" type="button" name="search" value="Google Search">
<input class="luckybut" type="button" name="lucky" value="I'm Feeling Lucky">
</div>
<p class="offered">Google offered in: <a href="#">ภาษาไทย</a></p>
</div>
<div class="navbar2">
<a href="#">Thailand</a>
</div>
<div class="navbar1">
<a href="#">Advertising</a>
<a href="#">Business</a>
<a href="#">About</a>
</div>
<div class="navbarright">
<a href="#">Privacy</a>
<a href="#">Terms</a>
<a href="#">Settings</a>
</div>
</body>