-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (52 loc) · 1.75 KB
/
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
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
62
63
<html>
<head>
<link type="text/css" rel="stylesheet" href="css/style.css"/>
<link href ="css/bootstrap.min.css" rel ="stylesheet">
<link rel="shortcut icon" href="img/icon.png" type="image/png">
<script src ="js/respond.js"></script>
<title>Google</title>
</head>
<body>
<div class = "header">
<br><ul>
<li>+You </li>
<li>Gmail </li>
<li>Images </li>
<li><img src="img/apps.png" style="height: 20px;"> </li>
<li><img src="img/not.png" style = "height:30px"> </li>
<li><img src="img/profile.png" style = "height:35px;"> </li>
</ul>
</div>
<div class="row">
<div class= "col-md-12 mainBody"> <div class = "mainlogo"><img src = "http://4.bp.blogspot.com/-JOqxgp-ZWe0/U3BtyEQlEiI/AAAAAAAAOfg/Doq6Q2MwIKA/s1600/google-logo-874x288.png" />
<br><br>
</div>
<form>
<input type = "text" name="search" size ="79" style="margin-bottom:18px">
<div>
<input type="submit" value ="Google Search" class="submit">
<input type="submit" value="I'm Feeling Lucky" class="submit"></div>
</form>
<div><img class="voice" src="img/mic.png"></div>
</div>
</div>
<nav class=" navbar-default navbar-fixed-bottom">
<div class = "col-md-12 footer container">
<div class="col-md-6" style="padding:0;">
<ul style="padding-left:0px;">
<li class="spaceNav">Advertising </li>
<li class="spaceNav">Business </li>
<li class="spaceNav">About </li>
</ul>
</div>
<div class="col-md-6">
<ul style="text-align:right">
<li>Privacy </li>
<li>Terms </li>
<li>Settings </li>
</ul>
</div>
</div>
</nav>
</body>
</html>