Files
Q-Wallets/index.html
2025-09-20 13:36:19 +02:00

14 lines
363 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="/qw-ico.png" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<title>Qortal Wallets App</title>
</head>
<body>
<Box id="root"></Box>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>