Skip to content

Commit

Permalink
Add missing file, remove it from .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Nov 21, 2023
1 parent 8d6701e commit 6a0e08a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/librqbit/webui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist
# dist we need this one!
dist-ssr
*.local

Expand Down
22 changes: 22 additions & 0 deletions crates/librqbit/webui/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">

<head>
<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 -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<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>


</body>

</html>

0 comments on commit 6a0e08a

Please sign in to comment.