HTML5 Starter
Basic HTML5 boilerplate to use as a quick starter π
Now configured for Gitpod.io! Try it out with the button below!
Scaffolding Your Next Project
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
File Structure
html5-starter/
βββ index.html
βββ 404.html
βββ humans.txt
βββ robots.txt
βββ site.webmanifest
βββ apple-touch-icon.png
βββ favicon.ico
βββ ./assets
βββ favicon@16.png
βββ favicon@32.png
βββ favicon@192.png
βββ favicon@512.png
βββ main.css
βββ main.js
License
MIT Β© 2021 Nicholas Berlette. All rights reserved.