thread.html (467B)
1 <!-- This work is in the public domain. See COPYING file for details. --> 2 3 <form> 4 <fieldset> 5 <p><b>Add a comment</b></p> 6 <textarea name="comment" id="comment" cols="80" rows="4" maxlength="1024" required></textarea> 7 <p><b>NOTE: By commenting, you agree to release this comment into the 8 <a href="https://git.ircforever.org/radio/file/COPYING.html">Public Domain</a>. 9 </b></p> 10 <input type="submit" value="add comment"> 11 </fieldset> 12 </form>