feature: Set up Express Generator skeleton

This commit is contained in:
Keith Solomon
2025-05-22 18:16:11 -05:00
parent d1f4fe7112
commit 5e327b9b59
10 changed files with 849 additions and 474 deletions

View File

@@ -0,0 +1,8 @@
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}