diff options
Diffstat (limited to 'bench/hot-module-reloading/css-stress-test/index.html')
-rw-r--r-- | bench/hot-module-reloading/css-stress-test/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bench/hot-module-reloading/css-stress-test/index.html b/bench/hot-module-reloading/css-stress-test/index.html new file mode 100644 index 000000000..8717aa333 --- /dev/null +++ b/bench/hot-module-reloading/css-stress-test/index.html @@ -0,0 +1,15 @@ +<!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> |