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

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

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.