start user page port

This commit is contained in:
2025-06-30 12:28:10 +03:00
parent bd56310067
commit fd257e701f
5 changed files with 143 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
{% if title %}
{% if self.title() %}
<title>Porom - {% block title %}{% endblock %}</title>
{% else %}
<title>Porom</title>
@ -21,7 +21,7 @@
{% endwith %}
{% block content %}{% endblock %}
<footer class="darkbg">
<span>Porom commit</span>
<span>Pyrom commit</span>
</footer>
<script src="/static/js/copy-code.js"></script>
<script src="/static/js/ui.js"></script>