added navbar and global css
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user