added navbar and global css
This commit is contained in:
@@ -6,8 +6,14 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>USERS Page</title>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
</head>
|
||||
<body>
|
||||
<ul class="navbar">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/user">Profile</a></li>
|
||||
<li><a href="/posts">Posts</a></li>
|
||||
</ul>
|
||||
<h3 id="userName">USER</h3>
|
||||
<h4 id="userBio">Bio: </h4>
|
||||
<button id="mentionClick" onclick="mention()">Mention this User in Posts!</button>
|
||||
|
||||
Reference in New Issue
Block a user