This is a basic HTML boilerplate generator. It's written in HTML, CSS and JavaScript.
If you just want to use it as it is, the generator (main branch of this repo) is hosted here.
You don't need to install anything. Just clone the repository or directly download the html, css and js files and open the html file in a browser.
Just clone the repository:
cd /path/where/you/want/to/clone/the/repo
git clone https://github.com/mugnozzo/html-boilerplate-generator.git
and visit the index.html file with your favorite browser.
You can also download the files (remember the license) and host them where you need.
Hopefully you are a developer. In that case the generator is quite simple to use. You will see how the code changes as you fill the text inputs or check/uncheck the checkboxes.
- Title (The text used in the
<title>
tag and in the<h1>
tag); - description (used in the description meta tag);
- charset (default value: UTF-8, used in the charset meta tag);
- CSS stylesheet;
- favicon;
- Bootstrap (CSS/JS);
- Bootstrap columns.
- Tailwind;
- Jquery;
- Open Graph and Twitter meta tags.
This project is released uder the GPLv3 license (see the "LICENSE" file or the online version on the GNU project website).