builderman verion 0.1.0, initial commit/release.
This commit is contained in:
1
dist/full/index.html
vendored
Normal file
1
dist/full/index.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<!doctype html><title>Test Page</title><link rel=stylesheet href=styles.css><header><h1>Site Header</h1><nav>Navigation Menu</nav></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/full/styles.css
vendored
Normal file
1
dist/full/styles.css
vendored
Normal 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}
|
||||
Reference in New Issue
Block a user