aboutsummaryrefslogtreecommitdiff
path: root/examples/macros/public/index.html
blob: a2a985b72df48923064d52e23ea1d748dff053d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <title>Macro test</title>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <link rel="stylesheet" href="/styles.css" type="text/css" />
  </head>

  <body>
    <script async type="module" src="/src/index.tsx"></script>
  </body>
</html>