feat: add admin CLI, SEO meta tags, security headers, and production Makefile targets

This commit is contained in:
2026-05-11 03:30:51 +00:00
parent fda3a202dc
commit 140cceff64
49 changed files with 2116 additions and 188 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.landing {
min-height: 100vh;
background: linear-gradient(135deg, #0f0a1a 0%, #1a0a2e 50%, #0f0a1a 100%);
background: var(--bg-gradient);
position: relative;
overflow: hidden;
display: flex;