-
Notifications
You must be signed in to change notification settings - Fork 0
/
Google_Home_Page.html
61 lines (43 loc) · 2.22 KB
/
Google_Home_Page.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
59
60
61
<html>
<head>
<title>Google</title>
<link rel="stylesheet" href="Google_Home_Styling.css">
</head>
<body>
<header>
<ul>
<li>
<a href="https://starwars.fandom.com/wiki/The_Tragedy_of_Darth_Plagueis_the_Wise">About</a>
<a href="https://starwars.fandom.com/wiki/The_Tragedy_of_Darth_Plagueis_the_Wise">Store</a>
<a href="https://starwars.fandom.com/wiki/The_Tragedy_of_Darth_Plagueis_the_Wise">Gmail</a>
<a href="https://starwars.fandom.com/wiki/The_Tragedy_of_Darth_Plagueis_the_Wise">Images</a>
<button class="button">Sign In</button>
</li>
</ul>
</header>
<div class = "container">
<div class = "cluster">
<img class = "Logo" src="GoogleLogo.png" alt="Google Logo">
</br>
<input class = "search" type="search" name="Search_Bar" id="Search" placeholder=" Search Google or type a URL">
<br>
<div class = "search-buttons">
<button class = "button">Google Search</button>
<button class = "button">I'm Feeling Lucky</button>
</div>
</div>
</div>
<footer>
<ul>
<li>
<a href="https://starwars.fandom.com/wiki/The_Tragedy_of_Darth_Plagueis_the_Wise">About</a>
<a href="https://starwars.fandom.com/wiki/The_Tragedy_of_Darth_Plagueis_the_Wise">Advertising</a>
<a href="https://starwars.fandom.com/wiki/The_Tragedy_of_Darth_Plagueis_the_Wise">Business</a>
<a href="https://starwars.fandom.com/wiki/The_Tragedy_of_Darth_Plagueis_the_Wise">Privacy</a>
<a href="https://starwars.fandom.com/wiki/The_Tragedy_of_Darth_Plagueis_the_Wise">Terms</a>
<a href="https://starwars.fandom.com/wiki/The_Tragedy_of_Darth_Plagueis_the_Wise">Settings</a>
</li>
</ul>
</footer>
</body>
</html>