-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (46 loc) · 2.23 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link href="edicion.css" rel="stylesheet"/>
<title>Gatos Persa</title>
<script type="text/javascript" src="jquery-3.6.0.js"></script>
<script type="text/javascript" src="java.js"></script>
</head>
<body>
<h2 id="titulo">Todo sobre gatos raza "persa"</h2>
<button id="boton3">PRESIONA AQUI</button>
<p id="nose">Si deseas tener un gatito persa o simplemente averiguar de ellos, has llegado a la página indicada.</p>
<header id="nav">
<nav>
<ul>
<li><a target="_blank" href="index.html">Inicio</a></li>
<li><a target="_blank" href="https://bestforpets.cl/tienda/perros?gclid=Cj0KCQjwyN-DBhCDARIsAFOELTkcCyvGqIS44PtHOz0QthTBZvZNXXfRV-NDZYKB2AOoBa8cJisMqUQaAgHAEALw_wcB">Alimentación</a></li>
<li><a target="_blank" href="http://www.medicinafelina.cl/">Salud y cuidado</a></li>
<li><a target="_blank" href="https://es-la.facebook.com/gatykeycattery/">¿Dónde adoptar uno?</a></li>
</ul>
</nav>
</header>
<p id="contactanos">¿Cómo contactarnos?</p>
<p id="contacto">- ¡Contáctanos a nuestro mail : gatitospersa@gmail.com!</p>
<p id="instagram">- Siguenos en instagram: @gatitospersa.cl</p>
<p id="telefono">- Llama al: +56956137817</p>
<button id="boton1">ESCONDER</button>
<button id="boton2">APARECER</button>
<div id="div1">
<img src="gatopersa1.jpg"width="300"/>
</div>
<div id="div2">
<img src="gatopersa2.jpg"width="200"/>
</div>
<div id="div3">
<img src="gatopersa3.jpg"width="300"/>
</div>
<div id="div4">
<img src="gatopersa4.jpg"width="q00"/>
</div>
<div id="div5">
Requieren de mucho cuidado
</div>
</body>
</html>