fresh start

This commit is contained in:
Mark Randall Havens 2025-10-19 16:48:12 -05:00
parent 62c3e2d368
commit 7f86647175
570 changed files with 4895 additions and 866 deletions

4
public/styles.css Executable file
View file

@ -0,0 +1,4 @@
body { font-family: monospace; background: #f0f0f0; }
.room { border: 1px solid #ccc; padding: 1em; }
.exits a { display: block; }
.chat { border-top: 1px solid #000; margin-top: 1em; }