Skip to content

nberlette/html5-starter

Repository files navigation

HTML5 Starter

Basic HTML5 boilerplate to use as a quick starter 🎈

Now configured for Gitpod.io! Try it out with the button below!

Open in Gitpod


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
  β”œβ”€β”€ [email protected]
  β”œβ”€β”€ [email protected]
  β”œβ”€β”€ [email protected]
  β”œβ”€β”€ [email protected]
  β”œβ”€β”€ main.css
  └── main.js

License

MIT Β© 2021 Nicholas Berlette. All rights reserved.