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