diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-04-19 20:55:07 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-04-19 20:55:07 -0400 |
commit | 6d1f2aa2c3dd5db7a6435fe16e03d8df5e016775 (patch) | |
tree | 15c3a9cae679731ed38feff6bfdfefb46a5e686b /frontend/index.html | |
parent | db4bcc0073fa1042e9779453af1dcdef7582fbd1 (diff) |
Basics of the pill-pill simulation
Diffstat (limited to 'frontend/index.html')
-rw-r--r-- | frontend/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/index.html b/frontend/index.html index 73b3b21..1a85eb8 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -25,6 +25,7 @@ <li><a href="/2d/_collisions/circle_line.html">Circle-Line</a></li> <li><a href="/2d/_collisions/rectangle_line.html">Rectangle-Line</a></li> <li><a href="/2d/_collisions/pill_line.html">Pill-Line</a></li> + <li><a href="/2d/_collisions/pill_pill.html">Pill-Pill</a></li> </ul> </li> <li> |