moved navbar
This commit is contained in:
parent
fc7d73e5b4
commit
ac6853062b
@ -5,17 +5,18 @@
|
||||
</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>
|
||||
<header>
|
||||
<h1>IPost</h1>
|
||||
</header>
|
||||
<main>
|
||||
<form id="login_form" class="form_class" action="login" method="post">
|
||||
<div class="info_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>
|
||||
|
||||
|
||||
IPost is a revolutionary chatting website <br>
|
||||
featuring an innovative design <br>
|
||||
@ -41,7 +42,6 @@
|
||||
</div>
|
||||
<span>This is open source, find more about this project <a href="https://github.com/002Hub/IPost">on github</a></span>
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
</form>
|
||||
</main>
|
||||
|
Loading…
x
Reference in New Issue
Block a user