This commit is contained in:
2025-09-06 16:26:26 +03:00
parent cd99fea483
commit 81e68770c6
22 changed files with 1777 additions and 23 deletions

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}{% endblock %}</title>
<link href="css/global.css" rel="stylesheet">
<script src="/js/global.js"></script>
<script src="/js/global.js" defer></script>
{% block headers %}{% endblock %}
</head>
<body>
@@ -25,6 +25,9 @@
</button>
</div>
<div>
<button id="topnav_login" class="topnav_button" onclick="location.href='/login'">Login</button>
<div id="topnav_profile">
<span>MCorange</span>
<img src="/img/default_pfp.png" alt="Profile Picture" onclick="on_pfp_click()">