15 lines
458 B
Markdown
15 lines
458 B
Markdown
# One-page site (no build tools)
|
|
|
|
Open `index.html` in your browser. That's it.
|
|
|
|
## Customize
|
|
- Edit text in `index.html` sections: `#hero`, `#features`, `#about`, `#contact`.
|
|
- Tweak colors and spacing via CSS variables in `styles.css`.
|
|
- Change the mailto address in the contact form action.
|
|
|
|
## Optional local server
|
|
You can also serve it locally to test relative paths:
|
|
|
|
- macOS (Python): `python3 -m http.server 8000`
|
|
- then open http://localhost:8000/
|