diff options
| author | FifthWit <fifthwitbusiness@gmail.com> | 2025-08-07 23:49:32 -0500 |
|---|---|---|
| committer | FifthWit <fifthwitbusiness@gmail.com> | 2025-08-07 23:49:32 -0500 |
| commit | c5e14546482598b799ddcee025d705e59dc2470b (patch) | |
| tree | 295d37268ccdf12693dbeff62f829ff9e8662018 /frontend/public | |
| parent | switched to double quotes (diff) | |
| download | lphub-c5e14546482598b799ddcee025d705e59dc2470b.tar.gz lphub-c5e14546482598b799ddcee025d705e59dc2470b.tar.bz2 lphub-c5e14546482598b799ddcee025d705e59dc2470b.zip | |
Switched to Vite as build tool
Diffstat (limited to 'frontend/public')
| -rw-r--r-- | frontend/public/index.html | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html deleted file mode 100644 index 37e27b7..0000000 --- a/frontend/public/index.html +++ /dev/null | |||
| @@ -1,42 +0,0 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en"> | ||
| 3 | |||
| 4 | <head> | ||
| 5 | <meta charset="utf-8" /> | ||
| 6 | <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> | ||
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
| 8 | <meta name="theme-color" content="#000000" /> | ||
| 9 | <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> | ||
| 10 | <!-- | ||
| 11 | manifest.json provides metadata used when your web app is installed on a | ||
| 12 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ | ||
| 13 | --> | ||
| 14 | <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | ||
| 15 | <!-- | ||
| 16 | Notice the use of %PUBLIC_URL% in the tags above. | ||
| 17 | It will be replaced with the URL of the `public` folder during the build. | ||
| 18 | Only files inside the `public` folder can be referenced from the HTML. | ||
| 19 | |||
| 20 | Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will | ||
| 21 | work correctly both with client-side routing and a non-root public URL. | ||
| 22 | Learn how to configure a non-root public URL by running `npm run build`. | ||
| 23 | --> | ||
| 24 | <title>LPHUB</title> | ||
| 25 | </head> | ||
| 26 | |||
| 27 | <body> | ||
| 28 | <noscript>You need to enable JavaScript to run this app.</noscript> | ||
| 29 | <div id="root"></div> | ||
| 30 | <!-- | ||
| 31 | This HTML file is a template. | ||
| 32 | If you open it directly in the browser, you will see an empty page. | ||
| 33 | |||
| 34 | You can add webfonts, meta tags, or analytics to this file. | ||
| 35 | The build step will place the bundled scripts into the <body> tag. | ||
| 36 | |||
| 37 | To begin the development, run `npm start` or `yarn start`. | ||
| 38 | To create a production bundle, use `npm run build` or `yarn build`. | ||
| 39 | --> | ||
| 40 | </body> | ||
| 41 | |||
| 42 | </html> \ No newline at end of file | ||