Get rid of junk
This commit is contained in:
parent
27e8c12cfe
commit
1a6bc444d4
6 changed files with 16 additions and 30 deletions
20
crates/librqbit/webui/dist/app.js
vendored
20
crates/librqbit/webui/dist/app.js
vendored
File diff suppressed because one or more lines are too long
10
crates/librqbit/webui/dist/index.html
vendored
10
crates/librqbit/webui/dist/index.html
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue