Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tedgoas/clean-slate

A basic starter HTML file
https://github.com/tedgoas/clean-slate

aria css html metadata

Last synced: about 2 months ago
JSON representation

A basic starter HTML file

Awesome Lists containing this project

README

        

# Clean Slate HTML

## What is it?

**Clean Slate is a basic starter HTML file** that provides a small number of essential tags for web projects. It's intentionally light and includes only what happens inside the HTML file.

Clean Slate's goal is to start development without having to rip out any unnecessary markup.

## References and Building Blocks
* Document head structure and META tags from [HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate)
* ARIA Role Attributes from [a11yproject](http://a11yproject.com/checklist.html)
* Prefetch DNS tags from [Front-end performance for web designers and front-end developers](http://csswizardry.com/2013/01/front-end-performance-for-web-designers-and-front-end-developers/)
* Author META and canonical tags from [SEO considerations for Web Designers](http://yoast.com/seo-paul-boag/)
* Try out `async` in script tags from [Browser Diet](http://browserdiet.com/#async)
* `ansyc` and `defer` attributes from [Growing with the Web](http://www.growingwiththeweb.com/2014/02/async-vs-defer-attributes.html)

### Download, Fork, Commit.

If you think you can make this better, please Download, Fork, & Commit. I'd love your see your ideas and make this as solid as can be.