aboutsummaryrefslogtreecommitdiff
path: root/test-apps/options-list/index.html
blob: da137b1b3ff4a5130d90077c99a5f5fabdf427cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <title>🚧 app</title>

    <script type="module" src="./priv/static/app.mjs"></script>
  </head>

  <body>
    <div id="app"></div>
  </body>
</html>