added navbar and global css

This commit is contained in:
Mystikfluu
2022-05-26 16:49:22 +02:00
parent f63388a919
commit fc7d73e5b4
7 changed files with 64 additions and 13 deletions
+6
View File
@@ -6,10 +6,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Change Password</title>
<link rel="stylesheet" href="/css/changePW.css">
<link rel="stylesheet" href="/css/global.css">
<script type="text/javascript" src="/js/httppost.js"></script>
</head>
<body>
<div>
<ul class="navbar">
<li><a href="/">Home</a></li>
<li><a href="/user">Profile</a></li>
<li><a href="/posts">Posts</a></li>
</ul>
<h1 id="username">Current User: USER</h1>
<label for="currentPW">Current Password:</label>
<input id="currentPW" placeholder="Current Password" autofocus type="password">