-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (26 loc) · 1.25 KB
/
index.html
File metadata and controls
32 lines (26 loc) · 1.25 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
<!DOCTYPE html>
<html lang="es">
<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">
<meta name="keywords" content="ESCUELA ACADEMIA APRENDE MEZCLA MIXING DJ MUSICA ELECTRONICA BUENOS AIRES">
<meta name="description" content="Tres4Veinte, tu academia de musica.">
<link rel="shortcut icon" href="./img/logo.jpg">
<link rel="stylesheet" href="../styles/styles.css">
<script src="https://kit.fontawesome.com/a394d4411c.js" crossorigin="anonymous"></script>
<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=Comfortaa:wght@600&display=swap" rel="stylesheet">
<title>Tres4Veinte</title>
</head>
<body id="index-body">
<div id="tsparticles"></div>
<header>
<h1 id="index-title">TRES4VEINTE</h1>
</header>
<a href="./pages/inicio.html"><button id="index-btn"><i class="fa-solid fa-play"></i></button></a>
<script src="https://cdn.jsdelivr.net/npm/tsparticles-slim@2.0.6/tsparticles.slim.bundle.min.js"></script>
<script src="./js/particles.js"></script>
</body>
</html>