hotfix: userid

This commit is contained in:
te5154c
2024-02-27 23:58:57 +03:00
parent cdbe2820f3
commit ce41b31331
5 changed files with 25 additions and 20 deletions
+8 -8
View File
@@ -19,7 +19,7 @@
</head>
<style>
:root {
--bs-primary-rgb: 250, 130, 50
--bs-primary-rgb: 250, 130, 50
}
</style>
<body>
@@ -33,13 +33,13 @@
{% block content %}{% endblock %}
<footer class="pt-3 mt-4 text-muted border-top">
created by <a href="https://uw935.t.me/" style="text-decoration: underline; cursor: pointer;">uw935</a> (1606255)
</footer>
</div>
</main>
<footer class="pt-3 mt-4 text-muted border-top">
created by <a href="https://uw935.t.me/" style="text-decoration: underline; cursor: pointer;">uw935</a> (1606255)
</footer>
</div>
</main>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
{% block javascript_code %}{% endblock %}
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
{% block javascript_code %}{% endblock %}
</body>
</html>