Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tedgoas/clean-slate
- Owner: TedGoas
- Created: 2013-02-19T01:05:17.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2021-01-27T00:03:24.000Z (about 4 years ago)
- Last Synced: 2024-05-01T21:35:44.587Z (9 months ago)
- Topics: aria, css, html, metadata
- Language: HTML
- Homepage:
- Size: 9.77 KB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.