-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (38 loc) · 1.73 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
<!DOCTYPE html>
<html>
<link href="stylesheet.css" rel="stylesheet">
<body>
<ul class="topnav">
<li><a href="about.asp">About</a></li>
<li><a href="shop.asp">Store</a></li>
<li class="spacer"></li>
<li><a href="gmail.asp">Gmail</a></li>
<li><a href="images.asp">Images</a></li>
<li><a href="drive.asp"><img src="grid.png" width="28px" height="28px"></a></li>
<li><a href="signin"><button type="signin" id="signin" style="background: #4285f4; font-size: 13px; padding: 0.5rem 0.8rem; color: white; font-weight: bold;">Sign In</button></a></li>
</ul>
<div class="logo">
<img src="googlelogo_color.png">
</div>
<div style="display: flex; height: 100px; align-items: center; justify-content: center">
<div class="searchrow" style="width: 475px">
<img src="glass.png" width="28px" height="28px" style="border-radius: 20px; margin-left: 10px;">
<input type="search" size=50 title="Search" required>
<img src="mic.png" width="22px" height="33px" style="border-radius: 20px; margin-left: 32px;">
</div>
</div>
<div class="searchbuttons b-center">
<button type="search" id="searchbutton">Google Search</button>
<button type="firstresult" id="luckybutton">I'm Feeling Lucky</button>
</div>
<ul class="bottomnav">
<li><a href="about.asp">Advertising</a></li>
<li><a href="shop.asp">Business</a></li>
<li><a href="gmail.asp">How Search works</a></li>
<li class="spacer"></li>
<li><a href="images.asp">Privacy</a></li>
<li><a href="drive.asp">Terms</a></li>
<li><a href="signin">Settings</button></a></li>
</ul>
</body>
</html>