diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-06 13:45:40 +0100 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-06 13:45:40 +0100 |
commit | 51b8be3ee4b9017287400b76a55a04f39f56a2ab (patch) | |
tree | 9fabf3742f910b5a42173213d5c71d5579680d02 /docs/web/tp.html.foot | |
parent | 5e594e593a77f25f48e2ff073058ec71cbec1680 (diff) |
add tinyproxy website template to docs/web
this allows to automatically generate the website from the current
tinyproxy.conf.5 template.
make
cd docs/web
make
Diffstat (limited to 'docs/web/tp.html.foot')
-rw-r--r-- | docs/web/tp.html.foot | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/web/tp.html.foot b/docs/web/tp.html.foot new file mode 100644 index 0000000..d080bac --- /dev/null +++ b/docs/web/tp.html.foot @@ -0,0 +1,21 @@ +<h2> +<a id="support" class="anchor" href="#support" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support</h2> + +<ul> +<li>Feel free to report a new bug or suggest features via github issues.</li> +<li>Tinyproxy developers hang out in #tinyproxy on irc.freenode.net.</li> +</ul> + </section> + </div> + + <!-- FOOTER --> + <div id="footer_wrap" class="outer"> + <footer class="inner"> + <p>Published with <a href="https://pages.github.com">GitHub Pages</a></p> + </footer> + </div> + + + + </body> +</html> |