-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (27 loc) · 824 Bytes
/
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
<html>
<head>
<title>Google</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<div id="nav">
<a class="toplink">Gmail</a>
<a class="toplink">Image</a>
<a class="topimage"></a>
</div>
<div id="content">
<div id="logo">
<img src="google.png" alt="google logo">
</div>
<div id="searchbarcontainer">
<input id="searchbar" type="text" >
</div>
</div>
<div id="buttons">
<div class="button">Google Search</div>
<div class="button">I'm Feeling Lucky</div>
</div>
</main>
</body>
</html>