diff options
| author | FifthWit <fifthwitbusiness@gmail.com> | 2025-08-14 14:01:01 -0500 |
|---|---|---|
| committer | FifthWit <fifthwitbusiness@gmail.com> | 2025-08-14 14:01:01 -0500 |
| commit | 6a8b909afbe1560be95f7ad0a3e19cfe4717aec6 (patch) | |
| tree | 83cdbe3b5b7e5b83d5f0d08964634cc942264072 /frontend/index.html | |
| parent | Switched to Vite as build tool (diff) | |
| download | lphub-6a8b909afbe1560be95f7ad0a3e19cfe4717aec6.tar.gz lphub-6a8b909afbe1560be95f7ad0a3e19cfe4717aec6.tar.bz2 lphub-6a8b909afbe1560be95f7ad0a3e19cfe4717aec6.zip | |
Switched to tailwind/vite
Diffstat (limited to 'frontend/index.html')
| -rw-r--r-- | frontend/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/index.html b/frontend/index.html index 8578eba..7538ee9 100644 --- a/frontend/index.html +++ b/frontend/index.html | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | 7 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 8 | <meta name="theme-color" content="#000000" /> | 8 | <meta name="theme-color" content="#000000" /> |
| 9 | <link rel="apple-touch-icon" href="/logo192.png" /> | 9 | <link rel="apple-touch-icon" href="/logo192.png" /> |
| 10 | <link href="/src/style.css" rel="stylesheet"> | ||
| 10 | <link rel="manifest" href="/manifest.json" /> | 11 | <link rel="manifest" href="/manifest.json" /> |
| 11 | <title>LPHUB</title> | 12 | <title>LPHUB</title> |
| 12 | </head> | 13 | </head> |