onecatper.day/index.html

30 lines
1.8 KiB
HTML
Raw Permalink Normal View History

2024-07-27 15:44:00 +00:00
<!DOCTYPE html>
<htmL lang="en">
2024-07-27 15:44:00 +00:00
<head>
<title>One cat per day!</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://api.fonts.coollabs.io/icon?family=Material+Icons">
</head>
2024-10-24 02:48:45 +00:00
<body>
2024-07-27 15:44:00 +00:00
<header>
<nav>
<div class="greeting">
<h1>One cat per day!</h1>
</div>
<div class="buttons">
<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>
<main>
<!-- a more descriptive alt text is not possible, I can only know ahead of time that one or more catss will be in the image -->
<img class="cat-img" src=img/cat2024-10-28-08:37.jpg alt="A picture of a cat">
2024-07-27 15:44:00 +00:00
</main>
<footer>
2024-10-24 02:48:45 +00:00
<p>Made by emma for the love of cats. </p>
2024-07-27 15:44:00 +00:00
</footer>
</body>
</htmL>