-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 992 Bytes
/
index.html
File metadata and controls
33 lines (30 loc) · 992 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Google</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<p>About</p>
<p>Store</p>
<p>Gmail</p>
<p>Images</p>
<button><img id="googleAppsSymb" src="images/outline_apps_black_24dp.png" alt="Google apps"></button>
<button id="signInButt">Sign in</button>
</header>
<main>
<img id="googleLogo" src="images/googlelogo_color_272x92dp.png" alt="Google logo">
<input id="searchBar" type="search">
<div class=underSearch>
<button class="searchButt" id="googleSearchButt">Google Search</button>
<button class="searchButt" id="luckyButt">I'm Feeling Lucky</button>
</div>
</main>
<footer>
<p>Australia</p>
<p>Advertising</p>
</footer>
</body>
</html>