-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimages.html
50 lines (49 loc) · 1.57 KB
/
images.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Google Search</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link rel="stylesheet" href="images.css">
</head>
<body>
<div class="container">
<div class="row text-end">
<div class="col align-self-end">
<a href="index.html">Return</a>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div class="container">
<div class="row text-center">
<div class="col-12">
<img src="logos/imagen.png" alt="" class="img-responsive">
</div>
<div class="imagenes">
<span>Imagenes</span>
</div>
</div>
</div>
<br>
<div class="container">
<div class="row text-center">
<div class="col align-self-center">
<form action="https://www.google.com.co/search">
<input type="text" name="q">
<input type="hidden" name="tbm" value="isch">
<input type="submit" value="Image Search">
</form>
</div>
</div>
</div>
</body>
</html>