A bunch of UI changes

This commit is contained in:
Igor Katson 2023-11-22 19:30:23 +00:00
parent 707d4be631
commit 3b389666d7
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
9 changed files with 1916 additions and 129 deletions

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>rqbit web 0.0.1-alpha</title>
<!-- Include Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous" />
<style>
body {
font-size: 14px;
}
</style>
<script type="module" crossorigin src="app.js"></script>
</head>