shannonkay.com/projects/index.html
2025-03-01 23:43:24 -08:00

38 lines
832 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta charset="utf-8"/>
<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>
</footer>
</body>
</html>