secmsg/secmsg/static/messages.html

9 lines
225 B
HTML

<html>
<body>
<form action="http://localhost:5000/newmessage" method="post">
<input type="text" name="message" />
<input type="submit" value="submit" />
</form>
</body>
</html>