[web] Rebuild web interface

This commit is contained in:
github-actions[bot] 2023-11-29 10:20:41 +00:00
parent 84d538e37f
commit 9f9420f713
3 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -19,7 +19,7 @@
<script type="module" crossorigin src="./assets/index.js"></script> <script type="module" crossorigin src="./assets/index.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index.css"> <link rel="stylesheet" crossorigin href="./assets/index.css">
</head> </head>
<body> <body class="has-navbar-fixed-top has-navbar-fixed-bottom">
<div id="app"></div> <div id="app"></div>
</body> </body>
</html> </html>