qortal-mobile/index.html

17 lines
403 B
HTML
Raw 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-11-01 02:03:08 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
2024-10-29 15:57:27 +02:00
2024-11-04 07:20:37 +02:00
<title>Qortal Go</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>