-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprogramas.html
41 lines (39 loc) · 1.37 KB
/
programas.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
<!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>PROGRAMAS - JUANSE2402</title>
<link rel="icon" href="img/favicon.ico">
<link rel="stylesheet" type="text/css" href="css/styles.css" />
</head>
<! BODY >
<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>PROGRAMAS</h1>
</header>
<div>
<ul style="list-style: none;">
<li>
<a href="https://drive.google.com/file/d/1sgSdjSpdjpWbFoQRl6a6KV4jojGSn-9_/view" target="_blank" class="enlaces">FL Studio 20.7.2 (contraseña: www.zdescargas.org)</a>
</li>
</div>
</body>
</html>