diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-10-16 00:02:25 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-10-16 00:02:25 -0400 |
commit | 61bb02110ccebbbd78119dd490716637ec86419b (patch) | |
tree | d2e13265850c32cfefae17da56c9ad73699656f7 /extension/index.html | |
parent | f24cfc32734a168254f0c0e4889a989bb69ee444 (diff) | |
download | bookmarks-home-61bb02110ccebbbd78119dd490716637ec86419b.tar.gz bookmarks-home-61bb02110ccebbbd78119dd490716637ec86419b.tar.bz2 bookmarks-home-61bb02110ccebbbd78119dd490716637ec86419b.zip |
Refactor
Diffstat (limited to 'extension/index.html')
-rw-r--r-- | extension/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/index.html b/extension/index.html index 1bd99ac..4b28d70 100644 --- a/extension/index.html +++ b/extension/index.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Vite + React + TS</title> + <title>Bookmarks Home</title> </head> <body> <div id="root"></div> |