Skip to content

Commit 2c4fc1c

Browse files
committed
[FEATURE] 📝 Add html5 example page link
Add link to html5example.com single-serving site.
1 parent ef4222f commit 2c4fc1c

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![License](https://img.shields.io/badge/license-gpl--2.0--or--later-blue.svg?style=flat-square)](https://spdx.org/licenses/GPL-2.0-or-later.html)
77
[![Contribution](https://img.shields.io/badge/contributions_welcome-%F0%9F%94%B0-brightgreen.svg?labelColor=brightgreen&style=flat-square)](https://gitlab.com/pixelbrackets/html5-mini-template/-/blob/master/CONTRIBUTING.md)
88

9-
The packages provides an HTML5 mini template for quick rendering of
9+
The packages provides an HTML5 mini template for quick rendering of
1010
status pages, TOC pages, or any other minimal single-serving site.
1111

1212
![Screenshot](./docs/screenshot.png)
@@ -21,10 +21,21 @@ to store a template file beforehand or initialize a full-blown template engine.
2121

2222
The package therefore does not have template variables, modifiers or parsers.
2323
Three lines of code should be sufficient to wrap a given message into a valid
24-
HTML document. See [»Usage«](#Usage) for some examples.
24+
HTML document. See [»Usage«](#usage) for some examples.
2525

2626
The package follows the KISS principle.
2727

28+
## Webapp
29+
30+
This package is used on [html5example.com](https://html5example.com/).
31+
32+
If you are in need of an HTML document once only, then use a commandline tool
33+
like HTTPie and run `http https://html5example.com > index.html`.
34+
35+
The webapp supports some [options](#options) of this package as well,
36+
for example `http POST https://html5example.com title=Minimal-Template > index.html`
37+
to pass a custom title.
38+
2839
## Requirements
2940

3041
* PHP

0 commit comments

Comments
 (0)