-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (66 loc) · 3.41 KB
/
Copy pathindex.html
File metadata and controls
80 lines (66 loc) · 3.41 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Car</title>
<link href="prueba.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" crossorigin="anonymous">
</head>
<body>
<div class="fondo">
</div>
<div class="cabecera">
<a target="_blank" class="fcc-btn" href="#" title="Página Principal">| Menú |</a>
<a target="_blank" class="fcc-btn" href="../parallelcoches.html" title="evento parallax">| Último evento |</a>
<a target="_blank" class="fcc-btn" href="../ventadecoches.html" title="Venta de coches">| Car Store |</a>
<a target="_blank" class="fcc-btn" href="../cuestionario coches.html" title="Formulario">| Formulario |</a>
</div>
<a href="https://revistacar.es/probamos-el-porsche-mission-r-un-nuevo-concepto-electrico/">
<div class="caja1">
<h3>Probamos el Porsche Mission R: Un nuevo concepto eléctrico </h3>
</div>
</a>
<div class="menu-bar"> <!-- GRANDE -->
<div class="menu">
<h1>Actualidad Motor</h1>
<hr>
</div>
<div class="menu">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/UAbhflxsFhs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="menu">
<h2>Abarth F595 </h2>
<img src="https://revistacar.es/wp-content/uploads/2021/11/Abarth-F595-prueba-1-400x267.jpg" width="100%" height="100%"></img>
</div>
</div>
<div class="separador"></div>
<div class="menu-bar"> <!-- GRANDE -->
<div class="menu">
<h1>Pruebas</h1>
<hr>
</div>
<div class="menu">
<h2>Lamborghini Huracán EVO </h2>
<img src="https://revistacar.es/wp-content/uploads/2021/11/Huracán-EVO-29.jpg" width="100%" height="100%"></img>
</div>
<div class="menu">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/pNQYrBFf2dY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="footer parent">
<div class="div1">
<a href="https://revistacar.es/?sendto=zV%202Ly%20F2Y%20hR3%20cpZ%20XZy%20xnc%20hNW%20Y0N%20Xa2%20Vmc">
revistacar@revistacar.es
</a>
<h2>© All rights reserved Diego García Cano</h2>
</div>
<div class="div2">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3041.183567697795!2d-3.8587989842407993!3d40.33827367937427!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd418e8fb9525011%3A0x5ac09ea69aaca860!2sAndel%20Centro%20Educativo!5e0!3m2!1ses!2ses!4v1638979624565!5m2!1ses!2ses" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<div class="div3">
<a href="https://www.instagram.com/revistacar/"><i class="fab fa-instagram dg-red" id="instagram-lk"></i></a>
<a href="https://www.youtube.com/user/carspainvideos"><i class="fab fa-youtube dg-red" id="youtube-lk"></i></a>
</div>
</body>