|
1 | | -<html> |
2 | | -<head> |
3 | | -<meta name="viewport" content="width=device-width, initial-scale=1"> |
4 | | -<link rel="stylesheet" href="../index.css"> |
5 | | -<link rel="icon" href="../img/GROUVEX.png"> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="es"> |
6 | 3 | <script src="../jquery-3.5.1.min.js"></script> |
7 | | -<script src="../index.js"></script> |
8 | | -</head> |
9 | | -<body> |
10 | | -<script> |
11 | | - $(function(){ |
12 | | - $("#header").load("../header.html"); |
13 | | - }); |
| 4 | + <script> |
14 | 5 | $(function(){ |
15 | 6 | $("#menu").load("../menu.html"); |
16 | 7 | }); |
|
21 | 12 | $("#news").load("news.html"); |
22 | 13 | }); |
23 | 14 | </script> |
| 15 | +<!-- header.html --> |
| 16 | +<head> |
| 17 | +<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> |
| 18 | +<link rel="stylesheet" href="../index.css"> |
| 19 | +<link rel="icon" href="../img/GROUVEX.png"> |
| 20 | +<script src="../index.js"></script> |
| 21 | +<link rel="icon" href="GROUVEX.png" type="image/x-icon"> |
| 22 | +<meta name="author" content="Grouvex"> |
| 23 | +<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 24 | +<meta name="copyright" content=2023, Grouvex Studio"> |
| 25 | +<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> |
| 26 | +<meta http-equiv="Content-Security-Policy" content="policy"> |
| 27 | +<meta http-equiv="Referrer-Policy" content="no-referrer"> |
| 28 | +<meta name="keywords" content="Grouvex, Música, Grouvex Studio, Grouvex Projects"> |
| 29 | +<meta property="og:title" content="Grouvex - Página Oficial"> |
| 30 | +<meta property="og:description" content="Página oficial de Grouvex"> |
| 31 | +<meta property="og:image" href="../img/GROUVEX.png""> |
| 32 | + <!-- Clarity tracking code for https://grouvex.github.io/ --><script> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i+"?ref=bwt"; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "mdkjlz9c01");</script> |
| 33 | +<link rel="stylesheet" href="../index.css"> |
| 34 | +<script src="../index.js"></script> |
24 | 35 | <mainTop> |
25 | 36 | <news> |
26 | 37 | <div id="notification"> |
|
30 | 41 | <div class="avatar1"><a href="https://grouvex.github.io"><img src="../img/Grouvex1.png" alt="Avatar" class="avatar1"></a></div> |
31 | 42 | <div style="color:blue;font-size:40px;cursor:pointer" onclick="openNav()">☰</div> |
32 | 43 | </mainTop> |
| 44 | +</head> |
33 | 45 | <div id="menu"></div> |
34 | 46 | <main> |
35 | 47 | <!-- Título & Texto --> |
|
0 commit comments