let's have those links open in their own tab
This commit is contained in:
parent
af33871083
commit
34e657ef53
|
@ -13,8 +13,8 @@
|
|||
<h1>One cat per day!</h1>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<a href="rss.html"><button><span class="material-icons">rss_feed</span><span>Subscribe via RSS</span></button></a>
|
||||
<a href="https://git.32bit.cafe/zepp/onecatper.day"><button><span class="material-icons">terminal</span><span>Check out the code</span></button></a>
|
||||
<a href="rss.html" target="_blank" rel="noopener noreferrer"><button><span class="material-icons">rss_feed</span><span>Subscribe via RSS</span></button></a>
|
||||
<a href="https://git.32bit.cafe/zepp/onecatper.day" target="_blank" rel="noopener noreferrer"><button><span class="material-icons">terminal</span><span>Check out the code</span></button></a>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
@ -23,7 +23,7 @@
|
|||
<img class = "cat-img" src=img/cat2024-07-25-08:58:14.jpg alt="A picture of a cat">
|
||||
</main>
|
||||
<footer>
|
||||
<p>Made by <a href="https://zepp.omg.lol">zepp</a> for the love of cats. </p>
|
||||
<p>Made by <a href="https://zepp.omg.lol" target="_blank" rel="noopener noreferrer">zepp</a> for the love of cats. </p>
|
||||
</footer>
|
||||
</body>
|
||||
</htmL>
|
Loading…
Reference in New Issue