builderman verion 0.1.0, initial commit/release.
This commit is contained in:
1
dist/minimal/index.html
vendored
Normal file
1
dist/minimal/index.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<!doctype html><title>Test Page</title><link rel=stylesheet href=styles.css><main><h2>Main Content</h2><p>This is the main content area that should appear in all builds.</main>
|
||||
1
dist/minimal/styles.css
vendored
Normal file
1
dist/minimal/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