-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1.09 KB
/
Copy pathindex.html
File metadata and controls
21 lines (21 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/queirozzfm.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="queirozz.fm: A Spotify Fully Adaptation">
<title>queirozz.fm</title>
<!-- Google Search Console -->
<meta name="google-site-verification" content="0NNS1eRcDTNCtRWSIOXxsauL4jmU9Zny7yXdR7qR53w" />
<link href="/src/input.css" 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=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
</head>
<!-- Definindo as variáveis de cor para o CSS de todos os outros arquivos -->
<body class="bg-black overflow-auto md:overflow-hidden font-[Nunito] [--normal-color:#999999] [--clicked-color:#7a7a7a] [--bg-color:#282828]">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>