Add a desktop app with tauri
This commit is contained in:
parent
28c2db2a37
commit
30da40555a
42 changed files with 15389 additions and 0 deletions
19
desktop/index.html
Normal file
19
desktop/index.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>rqbit web 4.0.0-beta.0</title>
|
||||
<link rel="icon" type="image/svg+xml" href="assets/logo.svg">
|
||||
<!-- Include Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="/src/styles/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="/src/styles/bootstrap-icons.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue