-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (40 loc) · 1.2 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<title>Google</title>
</head>
<body>
<header>
<div id="navleft">
<a href= "#">About</a>
<a href="#">Store</a> </div>
<div id="navright" style="min-width: 220px;">
<a href ="#">Gmail</a>
<a href="#">Images</a>
<a id="apps" href="#" role="button"></a>
<a href="#apps"><img src="https://fenrirets.github.io/google-homepage/images/google_apps.png" class="apps"></a>
<button type="Submit" id="button">Sign In</button></div>
</div>
</header>
<br><br><br>
<center><img src ="https://fenrirets.github.io/google-homepage/images/google_logo.png"></img></center>
<center><form>
<input type = "text" id="searchbox">
<br>
<input type ="submit" value="Google Search" id="button">
<input type ="submit" value="I'm feeling lucky!" id= "button">
</form></center>
</body>
</head>
<footer>
<div id="footleft">
<a href="#">Advertising</a>
<a href="#">Business</a>
<a href="#">Privacy</a>
</div>
<div id="footright">
<a href="#">Terms</a>
<a href="#">Settings</a>
</div>
</footer>
</html>