made it look better
This commit is contained in:
parent
45ee4acfdc
commit
ce379e944e
@ -9,14 +9,21 @@
|
|||||||
<link rel="stylesheet" href="/css/global.css">
|
<link rel="stylesheet" href="/css/global.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<ul class="navbar">
|
<ul class="navbar">
|
||||||
<li><a href="/">Home</a></li>
|
<li><a href="/">Home</a></li>
|
||||||
<li><a href="/user">Profile</a></li>
|
<li><a href="/user">Profile</a></li>
|
||||||
<li><a href="/posts">Posts</a></li>
|
<li><a href="/posts">Posts</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="userName">USER</h3>
|
<header>
|
||||||
|
<h1 id="userName">USER</h1>
|
||||||
|
</header>
|
||||||
|
<main>
|
||||||
|
<div class="info_div">
|
||||||
<h4 id="userBio">Bio: </h4>
|
<h4 id="userBio">Bio: </h4>
|
||||||
<button id="mentionClick" onclick="mention()">Mention this User in Posts!</button>
|
<button id="mentionClick" onclick="mention()">Mention this User in Posts!</button>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user