add mcalc as submodule

This commit is contained in:
filifa
2025-12-30 19:26:16 -05:00
parent 70850027f9
commit 6899eb372b
3 changed files with 10 additions and 5 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "mcalc"]
path = mcalc
url = https://scm.dairydemon.net/filifa/mcalc

View File

@@ -21,14 +21,15 @@
<h1>Hi.</h1>
<p>Welcome to one of the most boring websites on the internet.</p>
<p>Feel free to peruse any of the <em>five</em> (5) interesting things
<p>Feel free to peruse any of the <em>six</em> (6) interesting things
on this site:</p>
<ul>
<li><a href="https://scm.dairydemon.net">my software forge</a></li>
<li><a href='mgs/mgs.html'>this Metal Gear Solid trivia game I made</a>
<li><a href='statsapi/index.html'>generated documentation for MLB's Stats API</a>
<li><a href='eulerbooks/eulerbooks.html'>Jupyter notebooks for the first 100 Project Euler problems</a>
<li><a href='taoup/taoup.html'>The Art of Unix Programming by Eric S. Raymond, converted to an epub</a>
<li><a href='mgs/mgs.html'>this Metal Gear Solid trivia game I made</a></li>
<li><a href='statsapi/index.html'>generated documentation for MLB's Stats API</a></li>
<li><a href='eulerbooks/eulerbooks.html'>Jupyter notebooks for the first 100 Project Euler problems</a></li>
<li><a href='taoup/taoup.html'>The Art of Unix Programming by Eric S. Raymond, converted to an epub</a></li>
<li><a href="mcalc/index.html">a modular arithmetic calculator</a></li>
</ul>
</article>
</main>

1
mcalc Submodule

Submodule mcalc added at 4e5e59f6aa