2023-12-07 14:11:12 +00:00
|
|
|
<!DOCTYPE html>
|
2023-12-02 22:24:36 +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" />
|
|
|
|
|
<title>rqbit web 4.0.0-beta.0</title>
|
|
|
|
|
<link rel="icon" type="image/svg+xml" href="assets/logo.svg" />
|
|
|
|
|
<!-- Include Bootstrap CSS -->
|
2023-12-14 10:37:29 +00:00
|
|
|
<!-- <link rel="stylesheet" href="/src/styles/bootstrap.min.css" /> -->
|
2023-12-07 14:11:12 +00:00
|
|
|
</head>
|
2023-12-02 22:24:36 +00:00
|
|
|
|
2023-12-07 14:11:12 +00:00
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|