mirror of
https://github.com/perlbot/perlbuut-pastebin
synced 2025-06-07 06:06:23 -04:00
9 lines
227 B
HTML
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>
|