diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-06-22 20:51:58 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-06-22 20:51:58 -0400 |
commit | 7edfa1e57e3caef9258f7d8d794a50933fcd1c42 (patch) | |
tree | 0c40daf8b868378f734f8f0b8f9d4c639f8406d9 /index.html | |
parent | ff77516d964d758e33218e03483484d2ef1adef9 (diff) |
Adding meta tags, not sure if they'll even work tho
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |