From 88a08ee48cbbae086ddbfeaff0679bfe4fe6ce47 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sat, 10 Apr 2021 21:54:43 -0400 Subject: Added a transpiler that will make it so that we no longer need any JavaScript of Jquery in our App --- frontend/index.html | 69 +++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 49 insertions(+), 20 deletions(-) (limited to 'frontend/index.html') diff --git a/frontend/index.html b/frontend/index.html index 61d145e..73b3b21 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,21 +1,51 @@ - - - - - - - Physics for Games - - - -
-

Physics for Games

-
-
- + + + + Physics for Games + + + +
+

Physics for Games

+
+
+

Introduction: Rigid Body Physics

@@ -46,7 +76,6 @@ n' References page of the website.

-
-
- - \ No newline at end of file +
+ + -- cgit v1.2.1