feat: initial Gin-Go web app scaffold

This commit is contained in:
opencode
2026-02-22 16:15:38 +00:00
committed by OpenCode Bot
commit c92ba81367
5 changed files with 145 additions and 0 deletions

3
static/style.css Normal file
View File

@@ -0,0 +1,3 @@
body { font-family: Arial, sans-serif; padding: 2rem; background: #f7f9fc; color: #333; }
h1 { color: #2c3e50; }
#app { max-width: 800px; margin: 0 auto; }