3
0
mirror of https://github.com/Qortal/q-share.git synced 2025-01-30 06:42:22 +00:00
q-share/index.html

14 lines
358 B
HTML
Raw Normal View History

2023-12-09 13:59:45 +00:00
<!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" />
2023-12-09 14:30:40 +00:00
<title>Q-Share</title>
2023-12-09 13:59:45 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>