mirror of
https://github.com/uw935/vatsimfox.git
synced 2026-09-17 08:18:56 +00:00
hotfix: userid
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user