completed first web iteration

This commit is contained in:
2025-11-25 20:06:33 +02:00
parent 895925d32f
commit 32b383afa9
41 changed files with 3703 additions and 2613 deletions

View File

@@ -0,0 +1,5 @@
class ResponsivePolicy {
static const int sm = 400;
static const int md = 600;
static const int lg = 950;
}