builderman verion 0.1.0, initial commit/release.

This commit is contained in:
2025-05-19 23:05:15 -04:00
parent 0578647c3f
commit ec0ffccdb2
1281 changed files with 218046 additions and 0 deletions

1
dist/no-nav/index.html vendored Normal file
View File

@@ -0,0 +1 @@
<!doctype html><title>Test Page</title><link rel=stylesheet href=styles.css><header><h1>Site Header</h1></header><main><h2>Main Content</h2><p>This is the main content area that should appear in all builds.</main><aside><h3>Sidebar</h3><p>This sidebar should be removed in some builds.</aside><footer><p>Footer content that can be excluded.</footer>

1
dist/no-nav/styles.css vendored Normal file
View File

@@ -0,0 +1 @@
body{font-family:Arial,sans-serif;margin:0 auto;padding:20px;max-width:1200px}header{background:#333;color:#fff;padding:1em;margin-bottom:1em}nav{background:#444;padding:.5em}main{background:#fff;padding:1em;margin-bottom:1em}aside{background:#eee;padding:1em;margin-bottom:1em}footer{background:#333;color:#fff;padding:1em;margin-top:1em}