add target="_blank" to anchor links on index.php

This commit is contained in:
emma 2024-12-11 18:51:43 -05:00
parent 644d2aece7
commit 24dbb617b4
1 changed files with 4 additions and 4 deletions

View File

@ -43,13 +43,13 @@
<h3>website projects</h3> <h3>website projects</h3>
<ul> <ul>
<li> <li>
<a href="https://thiscat.rocks">baxter's homepage</a> <a href="https://thiscat.rocks" target="_blank">baxter's homepage</a>
</li> </li>
<li> <li>
<a href="https://alternate.thiscat.rocks">a photo gallery of baxter with a retro twist</a> <a href="https://alternate.thiscat.rocks" target="_blank">a photo gallery of baxter with a retro twist</a>
</li> </li>
<li> <li>
<a href="https://onecatper.day">an image of a cat in your web browser or via rss</a> <a href="https://onecatper.day" target="_blank">an image of a cat in your web browser or via rss</a>
</li> </li>
</ul> </ul>
<p> <p>
@ -58,7 +58,7 @@
<h3>a blog about my life in general</h3> <h3>a blog about my life in general</h3>
<ul> <ul>
<li><a href="https://blog.hypertext.city">walk with me for a moment</a></li> <li><a href="https://blog.hypertext.city" target="_blank">walk with me for a moment</a></li>
</ul> </ul>
</section> </section>
</main> </main>