index.html 559 B

12345678910111213141516
  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 name="description" content="Web site created for Starter SAAS" />
  9. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  10. <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
  11. <title>Site - Starter SAAS</title>
  12. </head>
  13. <body>
  14. <div id="root"></div>
  15. </body>
  16. </html>