Queue/history bar

This commit is contained in:
space-nuko
2023-05-12 13:46:42 -05:00
parent 3bf774ba0c
commit f64db2035a
11 changed files with 321 additions and 166 deletions

View File

@@ -1,4 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
@@ -9,7 +8,7 @@
<meta name="theme-color" content="#2196f3">
</head>
<body>
<div id="app">
<div id="app" class="mobile">
<script type="module" src='/src/main-mobile.ts'></script>
</body>
</html>