2025-06-20 01:19:54 +05:30
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en" suppressHydrationWarning>
|
|
|
|
|
<head>
|
2025-06-21 16:07:33 +02:00
|
|
|
<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>
|
2025-06-20 01:19:54 +05:30
|
|
|
</head>
|
|
|
|
|
<body>
|
2025-06-21 16:07:33 +02:00
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
2025-06-20 01:19:54 +05:30
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|