Files
doserver.top/templates/comments.html
2025-06-28 18:51:20 +01:00

24 lines
1.0 KiB
HTML

<div id="page">
<h2>Comments</h2>
<p class="header-caption">If you have something to say, leave a comment!</p>
<p> Comment: </p>
<blockquote>
<form method="GET" action="https://ntfy.doserver.top/comment/send" class="comments-form">
<input type="text" name="tags" placeholder="Dave123">
<input type="text" name="message" placeholder="Very interesting post, I like how...">
<input type="text" name="title" value="{{ .Title }}" style="display:none !important" tabindex="-1" autocomplete="off">
<input type="checkbox" name="priority" value="1" style="display:none !important" tabindex="-1" autocomplete="off">
<input type="submit" value="Submit">
</form>
</blockquote>
<p><i>Note: Comments will take 24 hours to appear on the site for moderation</i><p>
<p style="margin-top: -1em;"><small><i>Note2: Submitting a comment will bring you to a JSON-response page, just return back</i></small></p>
<h3>What other people said...</h3>
<object type="text/html" data="/comments/{{.Title}}/" class="comments-embed"></object>
</div>