| 12345678910111213141516171819202122232425 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
- <meta name="viewport" content="initial-scale=1, width=device-width" />
- <title>html attachment fixture</title>
- <!-- Fonts to support Material Design -->
- <link rel="preconnect" href="https://fonts.googleapis.com" />
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
- <link
- rel="stylesheet"
- href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap"
- />
- <link
- 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"
- rel="stylesheet"
- />
- </head>
- <body>
- <noscript>You need to enable JavaScript to run this app.</noscript>
- <div id="root">BODY_TOKEN: HTML_BODY_2718</div>
- </body>
- </html>
|