Skip to content

nberlette/html5-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c70a57 Β· Aug 22, 2022

History

41 Commits
Dec 22, 2021
Dec 22, 2021
Dec 22, 2021
Dec 22, 2021
Dec 22, 2021
Aug 8, 2021
Dec 22, 2021
Aug 8, 2021
Dec 22, 2021
Aug 22, 2022
Dec 22, 2021
Aug 22, 2022
Dec 22, 2021
Dec 22, 2021
Aug 8, 2021
Dec 22, 2021
Dec 22, 2021

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
  β”œβ”€β”€ favicon@16.png
  β”œβ”€β”€ favicon@32.png
  β”œβ”€β”€ favicon@192.png
  β”œβ”€β”€ favicon@512.png
  β”œβ”€β”€ main.css
  └── main.js

License

MIT Β© 2021 Nicholas Berlette. All rights reserved.