2023-11-20 20:15:40 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
2023-11-21 03:43:32 +00:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<title>rqbit web 0.0.1-alpha</title>
|
|
|
|
|
<!-- Include Bootstrap CSS -->
|
2023-11-22 20:58:43 +00:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"
|
|
|
|
|
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous" />
|
2023-11-24 16:32:39 +00:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css"
|
|
|
|
|
integrity="sha384-4LISF5TTJX/fLmGSxO53rV4miRxdg84mZsxmO8Rx5jGtp/LbrixFETvWa5a6sESd" crossorigin="anonymous">
|
2023-11-20 20:15:40 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
2023-11-22 19:30:23 +00:00
|
|
|
<div id="app"></div>
|
2023-11-21 00:50:35 +00:00
|
|
|
|
2023-11-21 03:43:32 +00:00
|
|
|
<script type="module" src="src/index.tsx"></script>
|
2023-11-20 20:15:40 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|