shannonkay.com/projects/index.html
Shannon Kay 26252f9e1e Update
Lots of changes have been made.
2024-03-17 17:21:19 -07:00

36 lines
866 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Shannon Kay /Projects</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#f9dee1">
<link rel="stylesheet" href="../home.css">
</head>
<body>
<header><h1><a href="../index.html">Shannon Kay</a> /Projects</h1>
</header>
<main>
<article class="blurb">
<ul id="projects">
<li><a href="apple2.html">Apple II Plus</a></li>
<li><a href="../homepage/index.html">Classic Homepage Project</a></li>
<li><a href="https://www.shannonkay.com/2003">2003</a></li>
<li><a href="https://www.shannonkay.com/halloween">Halloween Vibes</a></li>
</ul>
</article>
</main>
<footer>
<a href="../index.html">Shannon's Homepage</a>
<script src="https://tinylytics.app/embed/726sDG4bPumcFnXpYMzA.js" defer></script>
</footer>
</body>
</html>