Get rid of junk

This commit is contained in:
Igor Katson 2023-11-22 20:58:43 +00:00
parent 27e8c12cfe
commit 1a6bc444d4
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
6 changed files with 16 additions and 30 deletions

File diff suppressed because one or more lines are too long

View file

@ -8,19 +8,11 @@
<!-- Include Bootstrap 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>
<body>
<div id="app-container" class="container text-center">
<h1 class="mt-3 mb-4">rqbit web 0.0.1-alpha</h1>
<div id="output"></div>
</div>
<div id="app"></div>
</body>