-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (34 loc) · 1.54 KB
/
index.html
File metadata and controls
40 lines (34 loc) · 1.54 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
33
34
35
36
37
38
39
40
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cc-bc | Creative Commons on Bandcamp</title>
<meta name="description"
content="Browse Creative Commons licensed music on Bandcamp. Discover tracks and artists you can legally share, remix, and reuse — filtered by CC license or tag." />
<link rel="canonical" href="https://handeyeco.github.io/cc-bc/" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://handeyeco.github.io/cc-bc/" />
<meta property="og:title" content="cc-bc | Creative Commons Music on Bandcamp" />
<meta property="og:description"
content="Browse Creative Commons licensed music on Bandcamp. Discover tracks and artists you can legally share, remix, and reuse." />
<meta property="og:site_name" content="cc-bc" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="cc-bc | Creative Commons Music on Bandcamp" />
<meta name="twitter:description"
content="Browse Creative Commons licensed music on Bandcamp. Discover tracks and artists you can legally share, remix, and reuse." />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "cc-bc",
"url": "https://handeyeco.github.io/cc-bc/",
"description": "Browse Creative Commons licensed music on Bandcamp."
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>