-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (69 loc) · 2.92 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
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>Menú web para acceso rápido</title>
</head>
<body>
<header>
<h1>LOS MEJORES JUEGOS ENTRETENIDOS QUE PUEDES DESCARGAR ESTE 2023 (COMPETITIVO Y PARA PASAR EL RATO CON AMIGOS)</h1>
</header>
<div class="wrapper">
<div class="option">
<a href="https://www.ea.com/es-mx/games/apex-legends" alt="" title="" target="_blank">
<img src="images/apex.jpg" alt="Apex Link" title="Apex">
</a>
</div>
<div class="option">
<a href="https://www.fallguys.com/es-ES/download" alt="" title="" target="_blank">
<img src="images/fall-guys.jpg" alt="Fall Guys Link" title="Fall Guys">
</a>
</div>
<div class="option">
<a href="https://playvalorant.com/es-mx/" alt="" title="" target="_blank">
<img src="images/valorant.jpg" alt="Valorant Link" title="Valorant">
</a>
</div>
<div class="option">
<a href="https://signup.leagueoflegends.com/es-mx/signup/redownload" alt="" title="" target="_blank">
<img src="images/lol.jpg" alt="League Of Legends Link" title="League of Legends">
</a>
</div>
<div class="option">
<a href="https://deadbydaylight.com" alt="" title="" target="_blank">
<img src="images/dbd.jpg" alt="Dead By Daylight Link" title="Dead By Daylight">
</a>
</div>
<div class="option">
<a href="https://overwatch.blizzard.com/es-mx/" alt="" title="" target="_blank">
<img src="images/ow.jpg" alt="Overwatch Link" title="Overwatch">
</a>
</div>
<div class="option">
<a href="https://www.callofduty.com/mx/es/warzone" alt="" title="" target="_blank">
<img src="images/warzone.jpg" alt="Call Of Duty Warzone Link" title="Call Of Duty Warzone">
</a>
</div>
<div class="option">
<a href="https://www.hogwartslegacy.com/es-es" alt="" title="" target="_blank">
<img src="images/hogwarts.jpg" alt="Hogwarts Legacy Link" title="Hogwarts Legacy">
</a>
</div>
<div class="option">
<a href="https://www.fortnite.com/?lang=es-MX" alt="" title="" target="_blank">
<img src="images/fortnite.jpg" alt="Fortnite Link" title="Fortnite">
</a>
</div>
<div class="option">
<a href="https://store.epicgames.com/es-MX/p/among-us" alt="" title="" target="_blank">
<img src="images/among-us.jpg" alt="Among Us Link" title="Among Us">
</a>
</div>
</div>
<footer>
<p>© Copyright Jesús Mendoza 2023</p>
</footer>
</body>
</html>