1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut-pastebin synced 2025-06-07 06:06:23 -04:00
perlbuut-pastebin/static/test2.html
2018-06-26 12:26:30 -04:00

9 lines
227 B
HTML

<html>
<title>perlbot v2 api test</title>
<form action="/api/v2/add_file" method="post">
<input name="filename_1" value="foo.txt" />
<textarea name="filecontent_1">hello world</textarea>
<input type="submit"/>
</form>
</html>