-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (23 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta property="og:title" content="Amplifier: Music Recommendations">
<meta property="og:description" content="Sample collections of songs recommended by Casey Kolderup and friends.">
<meta property="og:image" content="https://amplifier.backtracks.co/img/amplifier-wide.png">
<meta property="og:url" content="https://amplifier.backtracks.co">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" type="image/png" href="/img/icon.png"/>
<link rel="apple-touch-icon" href="/img/icon.png"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<meta name="mobile-web-app-capable" content="yes"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>Amplifier (vol. 4)</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>