21 lines
No EOL
539 B
HTML
21 lines
No EOL
539 B
HTML
<!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">
|
|
</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>
|
|
</body>
|
|
|
|
</html> |