jam/index.html
2025-06-21 16:13:37 +02:00

17 lines
703 B
HTML

<!DOCTYPE html>
<html lang="en" suppressHydrationWarning>
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#000000" />
<link rel="manifest" href="/site.webmanifest" crossorigin="use-credentials" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Jam for JoinMarket</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>