added stuff

This commit is contained in:
9ahmed 2021-03-31 05:41:21 +05:00
parent 89bcd01ea9
commit ffb8787d52
2 changed files with 19 additions and 5 deletions

View File

@ -13,9 +13,9 @@
<body>
<header>
<p><a href="/pages/info.html">Info</a> -
<a href="/index.html">Home</a> -
<a href="https://github.com/9ahmed">Github</a>
<a href="#">Browse</a> -
<a href="/pages/info.html">Info</a>
<hr/>
</header>
@ -23,7 +23,21 @@
<h1>Posts</h1>
</a>
<ul class="posts">
<li class="post-title">
<a href="#">Blank</a>
</li>
<li class="post-title">
<a href="#">Not ready yet!</a>
</li>
<li class="post-title">
<a href="#">A work in progress...</a>
</li>
</ul>
</main>
</body>
</html>

View File

@ -13,9 +13,9 @@
<body>
<header>
<p><a href="/pages/info.html">Info</a> -
<a href="/index.html">Home</a> -
<a href="https://github.com/9ahmed">Github</a>
<a href="#">Browse</a> -
<a href="/pages/info.html">Info</a>
<hr/>
</header>