deno and tauri work and start

todo: fix deno that it displays page in /static
This commit is contained in:
2024-12-23 14:06:31 -04:00
parent b9fe6f8882
commit 56cc15fef5
11 changed files with 284 additions and 67 deletions

10
frontend/static/style.css Normal file
View File

@@ -0,0 +1,10 @@
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 20px;
}
button {
padding: 10px 20px;
font-size: 16px;
}