rqbit/crates/librqbit/webui/index.html

21 lines
539 B
HTML
Raw Normal View History

2023-11-20 20:15:40 +00:00
<!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">
2023-11-20 20:15:40 +00:00
</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>
<script type="module" src="src/index.tsx"></script>
2023-11-20 20:15:40 +00:00
</body>
</html>