From 98d7d6cb702af2708f20e7cf16ee10a9f71b578a Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sat, 13 Mar 2021 15:43:56 -0500 Subject: My First WASM application is rendering a triangle on the frontend --- frontend/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/index.html') diff --git a/frontend/index.html b/frontend/index.html index 22fbe2c..61d145e 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,7 +5,7 @@ - + Physics for Games -- cgit v1.2.1