summaryrefslogtreecommitdiff
path: root/templates/api/gizmo.html
blob: 665f44f685d5d366ad4ad7cc23691be309ae5c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
        <title>LCOLONQ Gizmo Extravaganza FES</title>
        <link rel="icon" href="./assets/mrgreen.png">
        <link rel="stylesheet" type="text/css" href="./main.css">
        <script type="module">
CONFIG_SUBST
         globalThis.mode = "gizmo";
        </script>
        <script type="module" src="./main.js"></script>
    </head>
    <body id="lcolonq-gizmo-body">
      <div id="lcolonq-gizmo">
        <div id="lcolonq-gizmo-top">
          gizmo selection
          <select name="gizmo" id="lcolonq-gizmo-select"></select>
        </div>
        <div id="lcolonq-gizmo-bottom">
          <iframe id="lcolonq-gizmo-contents"></iframe>
        </div>
      </div>
    </body>
</html>