A minimalist starter template for building static web pages or quick prototypes using vanilla HTML, CSS, and JavaScript. No build tools, no framework overhead.
- HTML5 Boilerplate: Semantic structure ready to go.
- Basic CSS: Clean reset and base styles.
- Vanilla JS: Empty script file linked and ready for logic.
- Zero Configuration: Just open it and start coding.
- Copy this directory to your project location.
- Open
index.htmlin your browser. - Start editing!
web-basic/
├── index.html # Main HTML document
├── style.css # Stylesheet
├── script.js # JavaScript logic
└── README.md # Documentation
MIT License.