diff options
author | 2024-06-07 15:38:18 -0700 | |
---|---|---|
committer | 2024-06-07 15:38:18 -0700 | |
commit | 7703018b57a4824316e9e0fbf602fc3c8d6824c1 (patch) | |
tree | dae3630c690503f1b504b590d7d8b0a115e6863f /web/index.html | |
parent | 1e8f0918135361662d1ac5b8dca2aa7a8eb1b808 (diff) | |
download | CS172-Project-7703018b57a4824316e9e0fbf602fc3c8d6824c1.tar.gz CS172-Project-7703018b57a4824316e9e0fbf602fc3c8d6824c1.tar.zst CS172-Project-7703018b57a4824316e9e0fbf602fc3c8d6824c1.zip |
Fix title
Diffstat (limited to '')
-rw-r--r-- | web/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index 646c017..5194df7 100644 --- a/web/index.html +++ b/web/index.html @@ -4,7 +4,7 @@ <meta charset="UTF-8" /> <!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" />--> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Vite + React + TS</title> + <title>CS172 Project</title> </head> <body> <div id="root"></div> |