replace emojis with svgs

This commit is contained in:
2023-03-11 15:26:05 -05:00
parent 704aa260af
commit 2bcbc28abb
5 changed files with 24 additions and 6 deletions

View File

@ -15,7 +15,7 @@
float: right;
color: white;
}
#rss {
#svg {
display: block;
margin-left: auto;
margin-right: auto;
@ -32,7 +32,7 @@
<hr style="color: #f7f7f7;">
<p> <!-- script marker blog -->
</p> <!-- script marker blog -->
<a href="https://squi.bid/blog/rss.xml"><img id="rss" src="pics/rss.svg" alt="rss feed"></a>
<a href="https://squi.bid/blog/rss.xml"><img id="svg" src="pics/rss.svg" alt="rss feed"></a>
</div>
</body>
</html>