2023-12-07 14:11:12 +00:00
|
|
|
<!doctype html>
|
2023-11-20 20:15:40 +00:00
|
|
|
<html lang="en">
|
2023-12-07 14:11:12 +00:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2023-12-07 17:34:44 +00:00
|
|
|
<title>rqbit web</title>
|
2023-12-07 14:11:12 +00:00
|
|
|
<link rel="icon" type="image/svg+xml" href="assets/logo.svg" />
|
2023-12-14 10:37:29 +00:00
|
|
|
<link rel="stylesheet" href="src/globals.css" />
|
2023-12-07 14:11:12 +00:00
|
|
|
</head>
|
2023-11-20 20:15:40 +00:00
|
|
|
|
2023-12-07 14:11:12 +00:00
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<script type="module" src="src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|