index.html 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="/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="refine | Build your React-based CRUD applications, without constraints."
  11. />
  12. <meta
  13. data-rh="true"
  14. property="og:image"
  15. content="https://refine.dev/img/refine_social.png"
  16. />
  17. <meta
  18. data-rh="true"
  19. name="twitter:image"
  20. content="https://refine.dev/img/refine_social.png"
  21. />
  22. <title>
  23. Refine - Build your React-based CRUD applications, without constraints.
  24. </title>
  25. </head>
  26. <body>
  27. <noscript>You need to enable JavaScript to run this app.</noscript>
  28. <div id="root"></div>
  29. <script type="module" src="/src/index.tsx"></script>
  30. <!--
  31. This HTML file is a template.
  32. If you open it directly in the browser, you will see an empty page.
  33. You can add webfonts, meta tags, or analytics to this file.
  34. The build step will place the bundled scripts into the <body> tag.
  35. To begin the development, run `npm dev` or `yarn start`.
  36. To create a production bundle, use `npm run build` or `yarn build`.
  37. -->
  38. </body>
  39. </html>