--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/webcontrol/zml.html Thu May 18 13:38:45 2017 +0200
@@ -0,0 +1,56 @@
+<!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">
+ <div id="mutable-cmd-box">
+ commande variable :
+ <input id="mutable-cmd-txt">
+ <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;"> </span>
+ </button>
+ </div>
+ </section>
+
+ <footer>
+ </footer>
+
+ <script src="./zml.js"></script>
+ <script>
+ </script>
+
+</body>
+</html>