bench/hot-module-reloading/css-stress-test/index.html (15 lines of code) (raw):

<!DOCTYPE html> <html> <head> <link rel="stylesheet" crossorigin="anonymous" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&family=Space+Mono:wght@400;700&display=swap" /> <link rel="stylesheet" href="src/index.css" /> <script async src="src/index.tsx" type="module"></script> </head> <body> <div id="reactroot"></div> </body> </html>