webcontrol/zml.html
changeset 1 8ad95a9cc477
child 2 1425d4030bea
equal deleted inserted replaced
0:6eaf5d8d6ab4 1:8ad95a9cc477
       
     1 <!doctype html>
       
     2 <html lang="">
       
     3 <head>
       
     4     <meta charset="utf-8">
       
     5     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
       
     6     <title>Zygos Mask Lights Control</title>
       
     7     <meta name="description" content="">
       
     8     <meta name="viewport" content="width=device-width, initial-scale=1">
       
     9     <link rel="shortcut icon" href="/favicon.ico">
       
    10     <link rel="apple-touch-icon" href="apple-touch-icon.png">
       
    11     <link rel="stylesheet" href="./zml.css">
       
    12     <style>
       
    13         
       
    14     </style>
       
    15     <script></script>
       
    16 </head>
       
    17 <body>
       
    18      
       
    19     <header>
       
    20         <h1 class="main-title">Zygos Masks Lights Control</h1>
       
    21     </header>
       
    22     
       
    23     <section id="status-box">
       
    24         <div id="main-status-box">
       
    25         </div>
       
    26         <div id="substatus-box">
       
    27             
       
    28         </div>
       
    29     </section>
       
    30     
       
    31     <section class="commands-box">
       
    32         <div id="mutable-cmd-box">
       
    33             commande variable&nbsp;:
       
    34             <input id="mutable-cmd-txt">
       
    35             <button id="mutable-cmd-bt">
       
    36                 envoyer
       
    37             </button>
       
    38         </div>
       
    39         
       
    40         <div class="cmd-box">
       
    41             <button class="cmd-bt" data-cmd="black">
       
    42                 Noir
       
    43                 <span style="display: inline-block; width: 2em; height: 1em; background: black;">&nbsp;</span>
       
    44             </button>
       
    45         </div>
       
    46     </section>
       
    47     
       
    48     <footer>
       
    49     </footer>
       
    50     
       
    51     <script src="./zml.js"></script>
       
    52     <script>
       
    53     </script>
       
    54 
       
    55 </body>
       
    56 </html>