Initial commit

This commit is contained in:
Djuri 2024-12-07 17:48:13 +01:00
commit a892dfb3ba
27 changed files with 6607 additions and 0 deletions

20
assets/css/main.scss Normal file
View file

@ -0,0 +1,20 @@
@tailwind base;
@layer base {
p {
@apply mb-2;
}
a {
@apply link link-primary;
}
}
@tailwind components;
@tailwind utilities;
@import "@xterm/xterm/css/xterm.css";
body {
@apply min-h-screen bg-base-200;
}