aboutsummaryrefslogtreecommitdiff
path: root/bench/hot-module-reloading/css-stress-test/index.html
blob: 8717aa33325a2f59d0d3f2ba093c8d4abbfd3f7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>