Commenting-Server/src/main/resources/templates/comment.ftl

12 lines
381 B
Plaintext

<htmml>
<head>
<title>Send Comment</title>
</head>
<body>
<h1>Send Comment</h1>
<form accept-charset="UTF-8" role="form" method="post" action="/comment">
<input placeholder="Comment" name="comment">
<input class="btn btn-success btn-block" type="submit" name="commentbtn" value="Comment">
</form>
</body>
</htmml>