-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.03 KB
/
Copy pathindex.html
File metadata and controls
22 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/msp-logo.png" />
<link rel="apple-touch-icon" href="/msp-logo-192.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#8b5cf6" />
<meta name="color-scheme" content="light dark" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MSP 2.0 - Music Side Project Studio</title>
<meta name="description" content="Create and manage RSS podcast feeds for your music with Lightning Network payment support" />
<meta property="og:title" content="MSP 2.0 - Music Side Project Studio" />
<meta property="og:description" content="Create and manage RSS podcast feeds for your music with Lightning Network payment support" />
<meta property="og:image" content="/msp-logo.png" />
<meta property="og:type" content="website" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>