summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2024-03-01 05:09:22 +0000
committerAnthony Wang2024-03-01 05:09:22 +0000
commitf22422dac28bee09ad444e8149f389285e3c5cd6 (patch)
tree84138cc8c2924e7f48054f24b851bf8a533288ac
parent700eb5ee54c45a8709d5570696226c5c8a03fb1a (diff)
Capitalize Dumb Physics EngineHEADmaster
-rw-r--r--anime.html2
-rw-r--r--index.html2
-rw-r--r--stress.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/anime.html b/anime.html
index 7e21977..6e0df26 100644
--- a/anime.html
+++ b/anime.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>
diff --git a/index.html b/index.html
index 4f3a8d7..26a44f2 100644
--- a/index.html
+++ b/index.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>
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>