| 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="utf-8" /> |
| 5 | <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 7 | <meta name="theme-color" content="#000000" /> |
| 8 | <meta |
| 9 | name="description" |
| 10 | content="SplitFire Ai - An audio-social artificial intelligence app." |
| 11 | /> |
| 12 | <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
| 13 | <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
| 14 | <title>SplitFire Ai - An audio-social artificial intelligence app.</title> |
| 15 | </head> |
| 16 | <body> |
| 17 | <noscript>You need to enable JavaScript to run this app.</noscript> |
| 18 | <div id="root" className="d-flex text-center text-white bg-dark"></div> |
| 19 | <!-- |
| 20 | This HTML file is a template. |
| 21 | If you open it directly in the browser, you will see an empty page. |
| 22 | |
| 23 | You can add webfonts, meta tags, or analytics to this file. |
| 24 | The build step will place the bundled scripts into the <body> tag. |
| 25 | |
| 26 | To begin the development, run `npm start` or `yarn start`. |
| 27 | To create a production bundle, use `npm run build` or `yarn build`. |
| 28 | --> |
| 29 | </body> |
| 30 | </html> |