diff options
author | Matthew Kosarek <matthew.kosarek@vention.cc> | 2021-03-13 15:43:56 -0500 |
---|---|---|
committer | Matthew Kosarek <matthew.kosarek@vention.cc> | 2021-03-13 15:43:56 -0500 |
commit | 98d7d6cb702af2708f20e7cf16ee10a9f71b578a (patch) | |
tree | 92cec56a5a31a9658c44d49ed896ba8b7859450f /frontend/2d/_rigidbody/part_3.html | |
parent | 3b0514ed3a21c39b7ea1a68d2fb381c808dcfeeb (diff) |
My First WASM application is rendering a triangle on the frontend
Diffstat (limited to 'frontend/2d/_rigidbody/part_3.html')
-rw-r--r-- | frontend/2d/_rigidbody/part_3.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/2d/_rigidbody/part_3.html b/frontend/2d/_rigidbody/part_3.html index c1479da..2ecdc33 100644 --- a/frontend/2d/_rigidbody/part_3.html +++ b/frontend/2d/_rigidbody/part_3.html @@ -6,7 +6,7 @@ <script src="../../index.js"></script> <link rel="stylesheet" href="../../index.css"> <link rel="shortcut icon" href="../../favicon/favicon.ico" type="image/x-icon"> - <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300" rel="stylesheet" type="text/css"> + <title>Physics for Games</title> <script src="/_shared/math/vec2.js"></script> |