diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-06-23 17:19:33 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-06-23 17:19:33 +0200 |
commit | 7a12132668fa959ab5c13767165d134d569c2b55 (patch) | |
tree | cc35a80e13804c87db36305da718c9171d4e6851 /index.html | |
parent | Misc: Move type declaration to special folder (diff) | |
download | fs-tracer-frontend-7a12132668fa959ab5c13767165d134d569c2b55.tar.gz fs-tracer-frontend-7a12132668fa959ab5c13767165d134d569c2b55.tar.bz2 fs-tracer-frontend-7a12132668fa959ab5c13767165d134d569c2b55.zip |
Home: Add sidebar
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html index b9887dc..745b692 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,9 @@ <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>fs-tracer</title> + <link rel="stylesheet" +href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"> <script src="https://accounts.google.com/gsi/client" async></script> <!-- Start Single Page Apps for GitHub Pages --> <script type="text/javascript"> |