-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (24 loc) · 1.18 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Listen to some royalty free music!" >
<meta name="author" content="Alan Xavier Benavides Benavides" >
<meta name="keywords" content="HTML, CSS, React, Music, Player, styled-components, JavaScript" >
<meta property="og:site_name" content="Music Player" >
<meta property="og:title" content="Music Player" >
<meta property="og:description" content="Listen to some royalty free music!" >
<meta property="og:type" content="website" >
<meta property="og:image" content="https://cdn.discordapp.com/attachments/577645288240578572/1060613641566699520/Screenshot_2023-01-05_at_11-38-07_Music_Player.png" >
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/logo192.png" />
<title>Music Player</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this web application.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>