HTML5 Boilerplate remixed by Morgan

Hello world! These are some HTML5 Static Boilerplate Files in version v0.2. I removed a few things and added a few things. The goal is that it could be useful and will always be less than 64kb in size for all the files. This is a pre v1.0 edition.

You can see a demo of the boilerplate and the code on GitHub

What is boilerplate?

I have always thought of boilerplate as "the stuff that helps getting started" that can sometimes be repetitive or clunky. Some code can be repetitive setting up new projects, and that you might forget some of it if its a small custom project. This is just my flavor of website boilerplate, it is just my own edition with credits to inspiration.

Why try this?

I have found it useful and want to share this approach, as I have made a few small websites in my time. Its sometimes useful to start a close to scratch as possible.

Contents


  css/
  ├─ style.css
  img/
  ├─ (empty)
  js/
  ├─ (empty)
  404.html
  favicon.ico (placeholder)
  icon.png (placeholder)
  icon.svg (placeholder)
  index.html 
  LICENSE.txt 
  (Thank you HTML5BP)
  robots.txt
  (assumes you want it shared)
  site.webmanifest (placeholder)

What did I keep?

What did I get rid of?

What did I add?

Links and Credits