Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

index.html 1.7 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="robots" content="noindex" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
  7. <meta name="theme-color" content="#000000" />
  8. <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
  9. <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
  10. <!--
  11. manifest.json provides metadata used when your web app is added to the
  12. homescreen on Android. 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. Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
  20. work correctly both with client-side routing and a non-root public URL.
  21. Learn how to configure a non-root public URL by running `npm run build`.
  22. -->
  23. <title>Fast AI Video Viewer</title>
  24. </head>
  25. <body>
  26. <noscript>
  27. You need to enable JavaScript to run this app.
  28. </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. 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 start` or `yarn start`.
  36. To create a production bundle, use `npm run build` or `yarn build`.
  37. -->
  38. </body>
  39. </html>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...