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

14 lines
355 B
HTML
Raw Normal View History

2023-12-08 18:27:19 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Q-Shop</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>