Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Basic HTML/CSS/JS Template

License: MIT

A minimalist starter template for building static web pages or quick prototypes using vanilla HTML, CSS, and JavaScript. No build tools, no framework overhead.

中文说明

✨ Features

  • 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.

🚀 Quickstart

  1. Copy this directory to your project location.
  2. Open index.html in your browser.
  3. Start editing!

📂 Project Structure

web-basic/
├── index.html    # Main HTML document
├── style.css     # Stylesheet
├── script.js     # JavaScript logic
└── README.md     # Documentation

📄 License

MIT License.