aboutsummaryrefslogtreecommitdiff
path: root/examples/macros/public/index.html
blob: dff19b990a8eaaeeeee68dce7dadfd12d06e026f (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="/components/index.tsx"></script>
  </body>
</html>