add junk drawer index
This commit is contained in:
36
junk/index.html
Normal file
36
junk/index.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!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/">Sieving Multiplicative Functions</a></li>
|
||||
<li><a href="faulhaber/">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>
|
||||
Reference in New Issue
Block a user