moved navbar
This commit is contained in:
parent
fc7d73e5b4
commit
ac6853062b
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user