panosangel / html-template

HTML boilerplate to quickly start any web-development project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semi-basic HTML Template

Description: HTML boilerplate to quickly start any web-development project.

Standards

Based on HTML5 & CSS3 in mind. Made using my favorite IDE (IntelliJ IDEA).

File Structure

File Description
.
css/ Stylesheets
img/* Stylesheets' resources (i.e. pictures, icons etc)
normalize.min.css (OPTIONAL) Normalize.css by Nicolas Gallagher and Jonathan Neal.
style.css Main stylesheet
fonts/* Font files
img/* Content related images
js/ Scripts
vendor/* External libraries
main.js Main JS
plugins.js Custom code
404.html 404 customized page
index.html Main HTML
favicon.png (OPTIONAL) Website icon
humans.txt Creator's information
robots.txt Web robot's directives

Credits

License

GNU GPL Version 3

About

HTML boilerplate to quickly start any web-development project.

License:GNU General Public License v3.0


Languages

Language:HTML 100.0%