diff options
author | elioat <elioat@tilde.institute> | 2025-02-17 13:19:40 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-02-17 13:19:40 -0500 |
commit | 8d459a8b3eb4f7f01734317368897c60e0f95c54 (patch) | |
tree | a239657ab899ff0846a2d58712c1dc48ed6acbbc /html | |
parent | ea529db6a33d6cd6ab17010d07340526588094e6 (diff) | |
download | tour-8d459a8b3eb4f7f01734317368897c60e0f95c54.tar.gz |
*
Diffstat (limited to 'html')
-rw-r--r-- | html/simple-shape/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/simple-shape/index.html b/html/simple-shape/index.html index a05b9f2..14e847a 100644 --- a/html/simple-shape/index.html +++ b/html/simple-shape/index.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Pattern Generator</title> + <title>Simple Shapes</title> <style> body { margin: 0; |