moved navbar

This commit is contained in:
Mystikfluu 2022-05-26 16:50:23 +02:00
parent fc7d73e5b4
commit ac6853062b

View File

@ -5,17 +5,18 @@
</head> </head>
<body> <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> <header>
<h1>IPost</h1> <h1>IPost</h1>
</header> </header>
<main> <main>
<form id="login_form" class="form_class" action="login" method="post"> <form id="login_form" class="form_class" action="login" method="post">
<div class="info_div"> <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> IPost is a revolutionary chatting website <br>
featuring an innovative design <br> featuring an innovative design <br>
@ -41,7 +42,6 @@
</div> </div>
<span>This is open source, find more about this project <a href="https://github.com/002Hub/IPost">on github</a></span> <span>This is open source, find more about this project <a href="https://github.com/002Hub/IPost">on github</a></span>
<br> <br>
<br>
</div> </div>
</form> </form>
</main> </main>