linky/templates/send_link.html

12 lines
314 B
HTML
Raw Normal View History

2023-10-27 22:20:49 -04:00
<html>
<head><title>LINKYLINKYLINKYLINKYLINKY</title></head>
<body>
Send link:
<form method="post" action="/sendlink">
<textarea name="linkdata" id="linkdata" cols="50" rows="10"></textarea>
<input type="submit" value="Submit"/>
</form>
</body>
</html>