diff options
author | Matthew Kosarek <matthew.kosarek@vention.cc> | 2021-02-23 19:39:16 -0500 |
---|---|---|
committer | Matthew Kosarek <matthew.kosarek@vention.cc> | 2021-02-23 19:39:16 -0500 |
commit | f0d1398b0d1b1a7c5bd1d4e0b3488b7f1aa74364 (patch) | |
tree | 4279b063052fb71ef5ff34a2f2f93d5c7b870b98 /frontend/navbar.html | |
parent | ece2b67aa689aee0b881bac17a62c16e0469bc56 (diff) |
Big rework of the directory structure to make it more orderly for my brain
Diffstat (limited to 'frontend/navbar.html')
-rw-r--r-- | frontend/navbar.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/frontend/navbar.html b/frontend/navbar.html new file mode 100644 index 0000000..c55439b --- /dev/null +++ b/frontend/navbar.html @@ -0,0 +1,19 @@ + +<ul> + <li> + <span>Rigidbody</span> + <ul> + <li><a href="/">Introduction</a></li> + <li><a href="/_rigidbody/2d/part_1.html">2D - Linear Forces</a></li> + <li><a href="/_rigidbody/2d/part_2.html">2D - Rotational Forces</a></li> + <li><a href="/_rigidbody/2d/part_3.html">2D - Collision Forces</a></li> + </ul> + </li> + + <li> + <span>Collisions</span> + <ul> + <li><a href="/_collisions/2d/part_1.html">Circle-Line</a></li> + </ul> + </li> +</ul>
\ No newline at end of file |