diff options
-rw-r--r-- | anime.html | 2 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | stress.html | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>Dumb physics engine</title> + <title>Dumb Physics Engine</title> <meta name="description" content="Converts SVGs into a set of circles and use those circles for dumb collision checking"> <link rel="stylesheet" href="style.css"> </head> @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>Dumb physics engine</title> + <title>Dumb Physics Engine</title> <meta name="description" content="Converts SVGs into a set of circles and use those circles for dumb collision checking"> <link rel="stylesheet" href="style.css"> </head> diff --git a/stress.html b/stress.html index 7e22356..1d9a38b 100644 --- a/stress.html +++ b/stress.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>Dumb physics engine</title> + <title>Dumb Physics Engine</title> <meta name="description" content="Converts SVGs into a set of circles and use those circles for dumb collision checking"> <link rel="stylesheet" href="style.css"> </head> |