feat: Initial release with MIPS support

This commit is contained in:
spinline
2026-01-29 23:17:19 +03:00
commit 5052a1787a
26 changed files with 7428 additions and 0 deletions

7
frontend/input.css Normal file
View File

@@ -0,0 +1,7 @@
@import "tailwindcss";
@theme {
--color-gray-900: #111827;
--color-gray-800: #1f2937;
--color-gray-700: #374151;
}