mirror of
https://github.com/Qortal/Q-Wallets.git
synced 2025-11-02 02:57:04 +00:00
14 lines
363 B
HTML
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>
|