werc.cat-v.org: document duckduckgo app

This commit is contained in:
Kurt H Maier 2020-06-09 23:01:19 -07:00
parent 3225f52fce
commit 9622b4f373
2 changed files with 40 additions and 3 deletions

View file

@ -33,8 +33,7 @@ fn wercpaste_init {
}
fn begforpaste {
echo '<h1>Pastebin</h1>
<article>
echo '<article class="pastebox">
<h3 style="text-align: center">pasted data is not publically indexed</h3>
<form action="'$paste_url'" method="post" style="margin:2em">
<textarea name="paste" cols="120" rows="20" required style="display: block; margin: 0 auto 0 auto" ></textarea><br>
@ -44,4 +43,3 @@ fn begforpaste {
</article>
'
}