acdw.net/O/code.html

44 lines
748 B
HTML

<!DOCTYPE html>
<head>
<meta charset=utf-8>
<title>code</title>
<link rel=stylesheet type=text/css href=S/acdw.css>
</head>
<body>
<header>
<a href="./index.html"
>acdw</a>
<span class=phi>&#x2C77;</span>
<a href="./blog.html"
>blog</a>
<a href="./code.html"
class=current
>code</a>
<a href="./cooking.html"
>cooking</a>
<a href="./dogs.html"
>dogs</a>
<a href="./noise.html"
>noise</a>
<a href="./writing.html"
>writing</a>
</header>
<main>
<h1>code</h1>
</main>
<footer>
<span class=phi>&copy; 2020 Case Duckworth</span>
<span class=phi>&#x2C77;</span>
<a href="./.license.html"
>license</a>
<a href="./.colophon.html"
>colophon</a>
<a href="./.rss.xml"
></a>
<a href="./.atom.xml"
></a>
</footer>
</body>