Add underline style

pull/1/head
ClaraCrazy 2023-11-02 09:35:24 +01:00
parent 86b707ff40
commit 9cc2ccd978
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
{% block footer %}
<section class="container footer">
<hr>
<h4>48hr.email offered by <a href="{{ madebysite }}" style="text-decoration:underline">{{ madeby }}</a> | All Emails will be deleted after 48hrs | This project is <a href="https://github.com/crazyco-xyz/48hr.email">open-source ♥</a></h4>
<h4>48hr.email offered by <a href="{{ madebysite }}" style="text-decoration:underline">{{ madeby }}</a> | All Emails will be deleted after 48hrs | This project is <a href="https://github.com/crazyco-xyz/48hr.email" style="text-decoration:underline">open-source ♥</a></h4>
</section>
{% endblock %}