From 7edfa1e57e3caef9258f7d8d794a50933fcd1c42 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek <mattkae@protonmail.com> Date: Tue, 22 Jun 2021 20:51:58 -0400 Subject: Adding meta tags, not sure if they'll even work tho --- index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index 3bda63b..616c2f9 100644 --- a/index.html +++ b/index.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> -- cgit v1.2.1