aboutsummaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-06-07 15:38:18 -0700
committerGravatar Anshul Gupta <ansg191@anshulg.com> 2024-06-07 15:38:18 -0700
commit7703018b57a4824316e9e0fbf602fc3c8d6824c1 (patch)
treedae3630c690503f1b504b590d7d8b0a115e6863f /web/index.html
parent1e8f0918135361662d1ac5b8dca2aa7a8eb1b808 (diff)
downloadCS172-Project-7703018b57a4824316e9e0fbf602fc3c8d6824c1.tar.gz
CS172-Project-7703018b57a4824316e9e0fbf602fc3c8d6824c1.tar.zst
CS172-Project-7703018b57a4824316e9e0fbf602fc3c8d6824c1.zip
Fix title
Diffstat (limited to '')
-rw-r--r--web/index.html2
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>