funky buttons

This commit is contained in:
biglyderv 2025-01-22 06:11:16 -05:00
parent 7e95520506
commit a24dd957f7
3 changed files with 12 additions and 9 deletions

View file

@ -93,7 +93,7 @@
</div>
</div>
<pre><?php echo markdown(htmlspecialchars($post['content'])) ?></pre>
<a class="form-button" href="/comment.php?id=<?php echo $post['id']?>">Replies</a>
<a class="clickie" href="/comment.php?id=<?php echo $post['id']?>"><img class="header-img header-link" src="/img/mail.svg">Replies</a>
</div>
<?php }
}