webcontrol/zml.html
author Nicolas Martin <joliclic@gmail.com>
Thu, 18 May 2017 14:29:04 +0200
changeset 2 1425d4030bea
parent 1 8ad95a9cc477
permissions -rw-r--r--
web control: js part

<!doctype html>
<html lang="">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>Zygos Mask Lights Control</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="shortcut icon" href="/favicon.ico">
    <link rel="apple-touch-icon" href="apple-touch-icon.png">
    <link rel="stylesheet" href="./zml.css">
    <style>
        
    </style>
    <script></script>
</head>
<body>
     
    <header>
        <h1 class="main-title">Zygos Masks Lights Control</h1>
    </header>
    
    <section id="status-box">
        <div id="main-status-box"></div>
        <div id="substatus-box"></div>
    </section>
    
    <section class="commands-box">
        <h2>commandes&nbsp;:</h2>
        
        <div id="mutable-cmd-box">
            commande variable&nbsp;:
            <input id="mutable-cmd-input">
            <button id="mutable-cmd-bt">
                envoyer
            </button>
        </div>
        
        <div class="cmd-box">
            <button class="cmd-bt" data-cmd="black">
                Noir
                <span style="display: inline-block; width: 2em; height: 1em; background: black;">&nbsp;</span>
            </button>
        </div>
    </section>
    
    <footer>
    </footer>
    
    <script src="./zml.js"></script>
    <script>
    </script>

</body>
</html>