iwannadriveintoapoleat200kilometersperhourpleasesendhelp
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
|
||||
|
||||
{% block content %}
|
||||
<h1>Hello!!!!!!!</h1>
|
||||
<h1>Hello documents!!!!!!!</h1>
|
||||
{% endblock %}
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
|
||||
|
||||
{% block content %}
|
||||
<h1>Hello!!!!!!!</h1>
|
||||
<h1>Hello events!!!!!!!</h1>
|
||||
{% endblock %}
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
|
||||
|
||||
{% block content %}
|
||||
<h1>Hello!!!!!!!</h1>
|
||||
<h1>Hello Dashboard!!!!!!!!</h1>
|
||||
{% endblock %}
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
|
||||
|
||||
{% block content %}
|
||||
<h1>Hello!!!!!!!</h1>
|
||||
<h1>Hello roster!!!!!!!</h1>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user