Documentation
Getting Started
Welcome to Web Templates Hub. Our templates are designed to be as simple as possible—single HTML files with embedded styling or CDN links.
- Browse our library and find a template you like.
- Click **Live Preview** to see it in action.
- Download the **ZIP file**.
- Open the `.html` file in your text editor and start customizing.
Customization
Most templates use **Tailwind CSS**. You can change the appearance using utility classes directly in the HTML.
<!-- Change background color -->
<div class="bg-blue-600">...</div>
<!-- Change font size -->
<h1 class="text-5xl font-bold">...</h1>
Licensing
All templates are available under the **MIT License**. You can use them for personal or commercial projects—100% free of charge.