Add missing file, remove it from .gitignore
This commit is contained in:
parent
8d6701ef47
commit
6a0e08aba3
2 changed files with 23 additions and 1 deletions
2
crates/librqbit/webui/.gitignore
vendored
2
crates/librqbit/webui/.gitignore
vendored
|
|
@ -8,7 +8,7 @@ pnpm-debug.log*
|
|||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
dist
|
||||
# dist we need this one!
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
|
|
|
|||
22
crates/librqbit/webui/dist/index.html
vendored
Normal file
22
crates/librqbit/webui/dist/index.html
vendored
Normal file
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue