summaryrefslogtreecommitdiff
path: root/frontend/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/frontend/index.html b/frontend/index.html
index c62696d..22fbe2c 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -15,14 +15,10 @@
</header>
<main>
<nav>
- <a href="/">Introduction</a>
- <a href="2d_part_1.html">2D - Linear Forces</a>
- <a href="2d_part_2.html">2D - Rotational Forces</a>
- <a href="2d_part_3.html">2D - Collision Forces</a>
</nav>
<section>
+ <h1>Introduction: Rigid Body Physics</h1>
<article>
- <h2>Introduction: Rigid Body Physics</h2>
<p>
You're most likely here because you have some interest in the world of rigid body physics. Maybe you have some knowledge of rendering via OpenGL or Vulkan,
and you want to begin watching your up-until-now static scene come to life. Well, you're in the right place! In the course of this tutorial series I will walk