Files
2025-10-03 08:28:20 +02:00

16 lines
335 B
HTML

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