https://github.com/pixelbrackets/html5example
Issue Tracker for html5example.com
https://github.com/pixelbrackets/html5example
copy-paste curl example html5 snippet template wget
Last synced: about 1 month ago
JSON representation
Issue Tracker for html5example.com
- Host: GitHub
- URL: https://github.com/pixelbrackets/html5example
- Owner: pixelbrackets
- Created: 2017-09-29T10:04:18.000Z (over 8 years ago)
- Default Branch: github-pages
- Last Pushed: 2020-05-11T08:35:39.000Z (over 5 years ago)
- Last Synced: 2025-10-14T17:40:23.894Z (4 months ago)
- Topics: copy-paste, curl, example, html5, snippet, template, wget
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML5 Example
A single-serving site to provide a simple template to build a HTML5 page.
Instead of syncing snippets in various editors or copy faulty examples from
old blog posts, just use [html5example.com](https://html5example.com) as a convenient resource.
## Usage
Copy and paste the template from [html5example.com](https://html5example.com).
If the page is requested from the commandline, then it will return the HTML
template only.
```bash
wget html5example.com
```
```bash
curl -L html5example.com > index.html
```
```bash
http https://html5example.com > index.html
```
## License
The template itself is [Public Domain](https://creativecommons.org/publicdomain/zero/1.0/).
## Author
Dan Untenzu ( / [@pixelbrackets](https://github.com/pixelbrackets))
## Contribution
Please add any ideas or bugfixes to the issue tracker.