-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (25 loc) · 823 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
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Google</title>
<link rel='stylesheet' type='text/css' href="styles/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="nav-bar">
<ul>
<li><a href="https://mail.google.com">Gmail</a></li>
<li><a href="https://www.google.co.uk/imghp?hl=en&tab=wi&authuser=0&ei=fGeZVpmrLoPmPcz1tLgC&ved=0EKouCBQoAQ">Images</a></li>
</ul>
</div>
<div class="logo">
<img src="https://www.google.co.uk/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="google logo">
</div>
<div class="search">
<input type="text">
</div>
<div class="buttonHolder">
<input type="submit" name="submit" value="Google Search" id="submit">
<input type="submit" name="submit" value="I'm feeling lucky" id="submit">
</div>
</body>