More improvements

This commit is contained in:
video-prize-ranch
2022-01-17 19:36:08 -05:00
parent 1d050e2d45
commit 874df40b22
4 changed files with 16 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
<li>Images and videos (gifv, mp4)</li>
<li>Albums</li>
<li>Streaming</li>
<li>Pretty CSS styling (responsive?)</li>
<li>Pretty CSS styling (responsive!)</li>
<li>Logo</li>
</ul>

View File

@@ -1,4 +1,8 @@
<nav>
<img src="/static/img/rimgo.svg" width="64" height="64" class="logo">
<h2>rimgo</h2>
<a href="/">
<img src="/static/img/rimgo.svg" width="64" height="64" class="logo">
</a>
<a href="/">
<h2>rimgo</h2>
</a>
</nav>