31 lines
1.8 KiB
HTML
31 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<htmL lang="en">
|
|
<head>
|
|
<title>One cat per day!</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="alternate" type="application/rss+xml" title="One Cat Per Day!" href="./rss.xml" />
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<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><img src="./site-resources/rss.svg" class="icon" height="24px" width="24px"><span>Subscribe via RSS</span></button></a>
|
|
<a href="https://git.32bit.cafe/zepp/onecatper.day" target="_blank" rel="noopener noreferrer"><button><img src="./site-resources/code.svg" class="icon" height="24px" width="24px"><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/cat2025-01-01-14:40.jpg alt="A picture of a cat">
|
|
</main>
|
|
<footer>
|
|
<p>Made by emma for the love of cats. </p>
|
|
</footer>
|
|
</body>
|
|
</htmL>
|