added stuff

This commit is contained in:
9ahmed 2021-04-12 09:07:16 +05:00
parent d1117bcf99
commit 22f8879990
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,7 @@
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {

View File

@ -24,10 +24,12 @@
<a class="browse-text" href="/pages/browse.html">Browse</a> -
<a class="info-text" href="/pages/info.html">Info</a>
<a href="/rss.xml">
<img alt="rss feed" class="rss-image" src="images/rss.png" width="30" height="30">
<img alt="rss feed" class="rss-image" src="../images/rss.png" width="30" height="30">
</a>
<a href="https://github.com/9ahmed/mybloge">
<img alt="git" class="github-image" src="images/github.svg" width="27" height="27">
<img alt="git" class="github-image" src="../images/github.svg" width="27" height="27">
</a>
<hr/>
</header>
</body>
</html>