diff options
| author | Baitinq <[email protected]> | 2024-06-06 20:30:29 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-06-06 20:30:29 +0200 |
| commit | d7223386c96c2bdbc8af385c1e014334fd352c46 (patch) | |
| tree | b734ff88e72f48a5fe56f484da8fb05bc7f4dd66 /index.html | |
| parent | Updates (diff) | |
| download | fs-tracer-frontend-d7223386c96c2bdbc8af385c1e014334fd352c46.tar.gz fs-tracer-frontend-d7223386c96c2bdbc8af385c1e014334fd352c46.tar.bz2 fs-tracer-frontend-d7223386c96c2bdbc8af385c1e014334fd352c46.zip | |
Updates
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html index 265427e..a8b8274 100644 --- a/index.html +++ b/index.html @@ -2,12 +2,12 @@ <html lang="en"> <head> <meta charset="UTF-8" /> - <link rel="icon" type="image/svg+xml" href="/vite.svg" /> + <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> <script src="https://accounts.google.com/gsi/client" async></script> - <script type="module" crossorigin src="/assets/index-BsekK5hw.js"></script> - <link rel="stylesheet" crossorigin href="/assets/index-Bx9V9zN2.css"> + <script type="module" crossorigin src="./assets/index-ClZtce0o.js"></script> + <link rel="stylesheet" crossorigin href="./assets/index-Bx9V9zN2.css"> </head> <body> <div id="root"></div> |