-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (48 loc) · 1.5 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
<!DOCTYPE html>
<html>
<link href="style.css" rel="stylesheet">
<head>
</head>
<body>
<div id="container">
<ul>
<li>
<a href="#">
</a>
</li>
<li>
<a href="#">
<img id ="profile-pic" src="https://lh3.googleusercontent.com/ogw/ADGmqu8svFQYRO-Vs0bzMCNRp_dvIf_BjccVdN8oh2v1=s32-c-mo">
</a>
</li>
<li>
<a href="#">
<img src="/images/grid-icon.png">
</a>
<li>
<a href="#">
Images
</a>
</li>
<li>
<a href="#">
Gmail
</a>
</li>
</ul>
<div id="topbar">
</div>
<div id="logo-container">
<img id="logo" src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png">
</div>
<form>
<label id="searchbar">
<input type="search" class="searchber" name="searchbar" placholder="">
</label>
<br> <br>
<input type="submit" name="Google-Search" value="Google Search">
<input type="submit" name="lucky" value="I'm Feeling Lucky">
</form>
</div>
</body>
</html>