add mcalc as submodule
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "mcalc"]
|
||||
path = mcalc
|
||||
url = https://scm.dairydemon.net/filifa/mcalc
|
||||
11
index.html
11
index.html
@@ -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
1
mcalc
Submodule
Submodule mcalc added at 4e5e59f6aa
Reference in New Issue
Block a user