secmsg/secmsg/static/messages.html

9 lines
225 B
HTML
Raw Normal View History

2023-05-24 14:27:35 +00:00
<html>
<body>
<form action="http://localhost:5000/newmessage" method="post">
<input type="text" name="message" />
<input type="submit" value="submit" />
</form>
</body>
</html>