-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path9h.html
More file actions
22 lines (20 loc) · 740 Bytes
/
9h.html
File metadata and controls
22 lines (20 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google</title>
<link rel="icon" href="thumbnail/257a5d8a-5cbd-4862-9acd-a0aa98bed080.jpg">
<link rel="stylesheet" href="styles/google.css">
</head>
<body>
<div class="container">
<img src="thumbnail/googlelogo_color_272x92dp.jpg" alt="google">
<div class="container2">
<input class="google" type="text" placeholder="Google or type a URL">
</div>
<div class="container3"><button class="b1">Google Search</button>
<button class="b2">I'm Feeling Lucky</button></div>
</div>
</body>
</html>