Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <meta name="theme-color" content="#000000">
  7. <base href="%PUBLIC_URL%/" />
  8. <link async
  9. href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i"
  10. rel="stylesheet" />
  11. <link async
  12. href="https://guybrush.azurewebsites.net/guybrush.min.css"
  13. rel="stylesheet"
  14. type="text/css" />
  15. <!--
  16. manifest.json provides metadata used when your web app is added to the
  17. homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
  18. -->
  19. <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
  20. <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
  21. <!--
  22. Notice the use of %PUBLIC_URL% in the tags above.
  23. It will be replaced with the URL of the `public` folder during the build.
  24. Only files inside the `public` folder can be referenced from the HTML.
  25.  
  26. Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
  27. work correctly both with client-side routing and a non-root public URL.
  28. Learn how to configure a non-root public URL by running `npm run build`.
  29. -->
  30. <title>TestAuth</title>
  31. </head>
  32. <body>
  33. <script
  34. src="https://guybrush.azurewebsites.net/guybrush.js"
  35. crossorigin="anonymous"></script>
  36. <div id="root"></div>
  37. <!--
  38. This HTML file is a template.
  39. If you open it directly in the browser, you will see an empty page.
  40.  
  41. You can add webfonts, meta tags, or analytics to this file.
  42. The build step will place the bundled scripts into the <body> tag.
  43.  
  44. To begin the development, run `npm start` or `yarn start`.
  45. To create a production bundle, use `npm run build` or `yarn build`.
  46. -->
  47. </body>
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement