Files
AlphaX-Qortal 0e19fd1a7a Update wallets
2025-03-12 08:18:27 +01: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>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>