chrome-extension/index.html

15 lines
373 B
HTML
Raw Permalink Normal View History

2024-04-14 14:57:30 +03:00
<!doctype html>
<html lang="en">
<head>
2024-10-27 14:53:28 +02:00
<meta charset="UTF-8" />
2024-09-09 20:36:39 +03:00
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
2024-04-14 14:57:30 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-04-14 18:03:30 +03:00
<title>Qortal Extension</title>
2024-04-14 14:57:30 +03:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>