diff options
Diffstat (limited to '3d')
-rw-r--r-- | 3d/rigidbody.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3d/rigidbody.html b/3d/rigidbody.html index d65bfe5..7921b24 100644 --- a/3d/rigidbody.html +++ b/3d/rigidbody.html @@ -5,6 +5,8 @@ <link rel="stylesheet" href="/index.css"> <title>Physics for Games</title> <link rel="shortcut icon" href="favicon/favicon.ico" type="image/x-icon"> + <meta name="description" content="A place to learn all about real-time physics simulations through descriptions, code snippets, and example programs all written in C++ and OpenGL."> + <meta name="og:description" content="A place to learn all about real-time physics simulations through descriptions, code snippets, and example programs all written in C++ and OpenGL."> </head> <body> <header> |