test-html.html 933 B

12345678910111213141516171819202122232425
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
  6. <meta name="viewport" content="initial-scale=1, width=device-width" />
  7. <title>html attachment fixture</title>
  8. <!-- Fonts to support Material Design -->
  9. <link rel="preconnect" href="https://fonts.googleapis.com" />
  10. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  11. <link
  12. rel="stylesheet"
  13. href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap"
  14. />
  15. <link
  16. href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600;700;800;900&family=Barlow:wght@400;500;600;700;800;900&display=swap"
  17. rel="stylesheet"
  18. />
  19. </head>
  20. <body>
  21. <noscript>You need to enable JavaScript to run this app.</noscript>
  22. <div id="root">BODY_TOKEN: HTML_BODY_2718</div>
  23. </body>
  24. </html>