diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-06-11 16:22:12 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-06-11 16:22:12 -0500 |
| commit | af0a985afdbec0d526597e3cc90330ebca95d95d (patch) | |
| tree | 84509a962a46838d0eb20ba17324a3c5ebe3d292 /writing.html | |
| parent | 8d17a31bd701d7b9c90c546b29f3bf9ffa4cc41f (diff) | |
learned MathML, ported older article to this website
Diffstat (limited to 'writing.html')
| -rw-r--r-- | writing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writing.html b/writing.html index ec1fe51..83dcf5f 100644 --- a/writing.html +++ b/writing.html @@ -5,7 +5,6 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Writing</title> - <link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="prose.css"> <script src="stars.js"></script> <style> @@ -22,6 +21,7 @@ <div class="content"> <h1>My Writing</h1> <ul> + <li><p><a href="./fib.html">I accidentally derived a formula for the Fibonacci Sequence</a></p></li> <li><p><a href="./no_ai.html">Taking a Break</a></p></li> <li><p><a href="./soplt.html">Summer of PLT</a></p></li> <li><p><a href="./forgejno.html">You Don't Need Forgejo</a></p></li> |
