File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
1010status 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
2222The package therefore does not have template variables, modifiers or parsers.
2323Three 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
2626The 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
You can’t perform that action at this time.
0 commit comments