3
0
mirror of https://github.com/Qortal/q-support.git synced 2025-02-11 09:45:50 +00:00
q-support/index.html
2024-05-20 19:34:10 -04:00

14 lines
373 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Q-Support</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>