Basic HTML5 boilerplate to use as a quick starter 🎈
Now configured for Gitpod.io! Try it out with the button below!
I recommend scaffolding your project with degit, unless you are using Gitpod.
npx degit nberlette/html5-starter my-project
...or clone with GitHub's CLI
gh repo clone nberlette/html5-starter
html5-starter/
├── index.html
├── 404.html
├── humans.txt
├── robots.txt
├── site.webmanifest
├── apple-touch-icon.png
├── favicon.ico
└── ./assets
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── main.css
└── main.js
MIT © 2021 Nicholas Berlette. All rights reserved.