update templates

This commit is contained in:
2024-01-02 03:50:43 +00:00
parent 49a215a587
commit b4aa431f4d
9 changed files with 110 additions and 132 deletions

10
templates/permalink.html Normal file
View File

@@ -0,0 +1,10 @@
{% block content %}
<p>
You should be being redirected...
Otherwise, click <a id="manual_redirect">here</a>.
</p>
<p class="smallText"> page generated by <a href="https://github.com/alvierahman90/gronk">gronk</a></p>
<script> const data = {{ data|tojson }} </script>
<script src="/js/permalink.js"> </script>
{% endblock %}