iwannadriveintoapoleat200kilometersperhourpleasesendhelp

This commit is contained in:
2025-09-03 21:20:40 +03:00
parent 5c0fd633db
commit cd99fea483
10 changed files with 49 additions and 24 deletions

View File

@@ -5,6 +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>
{% block headers %}{% endblock %}
</head>
<body>
@@ -26,23 +27,22 @@
<div>
<div id="topnav_profile">
<span>MCorange</span>
<img src="/img/default_pfp.png" alt="Profile Picture">
<img src="/img/default_pfp.png" alt="Profile Picture" onclick="on_pfp_click()">
</div>
<div id="topnav_profile_wrapper">
<div id="topnav_profile_dropdown">
<button class="topnav_profile_button">
Profile
</button>
<button class="topnav_profile_button">
Administration
</button>
<button class="topnav_profile_button">
Preferences
</button>
<button class="topnav_profile_button">
Log out
</button>
<button class="topnav_profile_button">
Profile
</button>
<button class="topnav_profile_button">
Administration
</button>
<button class="topnav_profile_button">
Preferences
</button>
<button class="topnav_profile_button">
Log out
</button>
</div>
</div>
</div>