20 lines
604 B
HTML
20 lines
604 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta base="/" />
|
|
<title>Meredith Monk</title>
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-title" content="Meredith Monk Listening Rooms" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
|
<script type="module" src="/src/App.js"></script>
|
|
</head>
|
|
<body>
|
|
<mm-app></mm-app>
|
|
</body>
|
|
</html>
|