20 lines
798 B
HTML
20 lines
798 B
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>
|
|
|
|
<h3>What other people said...</h3>
|
|
<object type="text/html" data="/comments/{{.Title}}/" class="comments-embed"></object>
|
|
</div> |