feat: added server and web base code

This commit is contained in:
Sharang Parnerkar
2026-02-15 23:37:25 +01:00
parent 1072770d11
commit 10aadfae41
17 changed files with 465 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
body {
background-color: #0f1116;
color: #ffffff;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 20px;
}