-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjuegos.html
87 lines (86 loc) · 3.54 KB
/
juegos.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!doctype html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400..700&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<title>JUEGOS - JUANSE2402</title>
<link rel="icon" href="img/favicon.ico">
<link rel="stylesheet" type="text/css" href="css/styles.css" />
</head>
<body>
<header>
<nav>
<ul class="ul_nav" style="list-style: none;">
<li class="li_nav"><a href=index.html class="enlaces">INICIO</a></li>
<li class="li_nav"><a href=juegos.html class="enlaces">JUEGOS</a></li>
<li class="li_nav"><a href=programas.html class="enlaces">PROGRAMAS</a></li>
</ul>
</nav>
<h1>JUEGOS</h1>
</header>
<h2 id="seccion"><span class="_seccion">JUEGOS PC</span></h2>
<div>
<ul style="list-style: none;">
<li>
<a href="https://drive.google.com/file/d/1_VbkkVp_JUJddgBYtKVfiW2GohjEwwMt/view?usp=sharing" target="_blank" class="enlaces">> Battlefield 1945</a>
</li>
<br>
<li>
<a href="https://www.mediafire.com/file/mfbi64oth5a42xw/calofduti.rar/file" target="_blank" class="enlaces">> Call of Duty (2003)</a>
</li>
<br>
<li>
<a href="https://www.mediafire.com/file/k53sxqidge3u52d/Counter_Strike_1.5_%2528n0taimTV%2529.rar/file" target="_blank" class="enlaces">> Counter-Strike 1.5</a>
</li>
<br>
<li>
<a href="https://www.mediafire.com/file/yhjmh9dx7etgzlq/c0unt3rs1t0.rar/file" target="_blank" class="enlaces">> Counter-Strike 1.6 No Steam</a>
</li>
<br>
<li>
<a href="https://drive.google.com/file/d/11Miej-bZbkM6iPlSkr8e3Zl0hCwGuEqu/view?usp=drive_link" target="_blank" class="enlaces">> Diablo (con traducción)</a>
</li>
<br>
<li>
<a href="https://www.mediafire.com/file/sb8awx53aacf2k2/GtaSaPortable_-_TheFenix010.rar/file" target="_blank" class="enlaces">> Grand Theft Auto: San Andreas RIP (536MB)</a>
</li>
<li>
<a href="https://www.mediafire.com/file/5i3uq8676qqigm7/Gta_San_Andreas_%255BLimpio%255D_-_TheFenix010.rar/file" target="_blank" class="enlaces">> Grand Theft Auto: San Andreas FULL (3.37GB)</a>
</li>
<li>
<a href="https://www.mediafire.com/file/novpngksvwwh8kv/Gta_San_Andreas_-_TheFenix010.rar/file" target="_blank" class="enlaces">> Grand Theft Auto: San Andreas Silent's Patch (3.36GB)</a>
</li>
<br>
<li>
<a href="https://titan.mythicmc.org/Minecraft%20Launcher.exe" target="_blank" class="enlaces">> Minecraft (Titan Launcher)</a>
</li>
<br>
<li>
<a href="https://www.mediafire.com/file/5efs2xh7ocs5h39/Doom.zip/file" target="_blank" class="enlaces">> Ultimate DOOM (ZDoom + DOOM.WAD)</a>
</li>
</ul>
</div>
<h2 id="seccion"><span class="_seccion">EMULADORES</span></h2>
<div>
<ul style="list-style: none;">
<li>
<a href="https://www.mediafire.com/file/at4g0djigykyk07/SNES.zip/file" target="_blank" class="enlaces">> Snes9X + Roms</a>
</li>
<br>
<li>
<a href="https://github.com/stenzek/duckstation/releases/download/v0.1-6995/duckstation-windows-x64-release.zip" target="_blank" class="enlaces">> DuckStation 0.1-6995</a>
</li>
</ul>
</div>
</body>
</html>