public/index.html (19 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> <title>OpBeans</title> <script type="text/javascript" src="/rum-config.js"></script> </head> <body> <div id="root"></div> <!-- This HTML file is a template. If you open it directly in the browser, you will see an empty page. You can add webfonts, meta tags, or analytics to this file. The build step will place the bundled scripts into the <body> tag. To begin the development, run `npm start`. To create a production bundle, use `npm run build`. --> </body> <script onload="window.elasticApm.setInitialPageLoadName(window.location.pathname.split('/')[1])"> function generateError(pageName) { throw new Error('Test Error in ' + pageName) } generateError(window.location.pathname.split('/')[1]) </script> </html>