-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (24 loc) · 902 Bytes
/
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
<!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="stylesheet" href="style.css">
</head>
<body>
<a href="grafica.html" id="picture">Pictures</a>
<div id="logo-container">
<img id="image" src="images/googlelogo_color_272x92dp.png" alt="Google Image">
</div>
<form action="https://www.google.com/search">
<input type="text" id="search-input" name="q" placeholder="Search Google...">
<div id="buttons-container">
<input type="submit" id="search-button" value="Google Search">
</form>
<form action="https://www.google.com/doodles">
<input type="submit" id="lucky-button" value="I'm Feeling Lucky">
</div>
</form>
</body>
</html>