37 lines
1019 B
HTML
37 lines
1019 B
HTML
<!doctype html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<link rel="stylesheet" href="/styles/default.css" />
|
|
<link rel="stylesheet" href="/styles/junk.css" />
|
|
<link rel="stylesheet" href="/styles/junk-index.css" />
|
|
<link rel="icon" href="/images/favicon.ico" />
|
|
<title>Junk Drawer</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<a id="homelink" href="/">dairydemon.net</a>
|
|
</header>
|
|
|
|
<main>
|
|
<article>
|
|
<h1>Junk Drawer</h1>
|
|
|
|
<p>This is where I put stuff of questionable value that I want to share
|
|
anyway.</p>
|
|
|
|
<ol id="posts-list" reversed>
|
|
<li><a href="sieves/sieves.html">Sieving Multiplicative Functions</a></li>
|
|
<li><a href="faulhaber/faulhaber.html">Sums of Powers</a></li>
|
|
</ol>
|
|
</article>
|
|
</main>
|
|
|
|
<footer>
|
|
<p id="copyright">© 2026 filifa. This page is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|