Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.13 KB

readme.md

File metadata and controls

51 lines (36 loc) · 1.13 KB

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.