added working indicator
[Biblio-RFID.git] / examples / selfcheck.html
index f792ec0..efe2cff 100644 (file)
@@ -78,6 +78,15 @@ input[type=button] {
        text-align: center;
 }
 
+#working {
+       display: none;
+       position: absolute;
+       top: 50%;
+       left: 50%;
+       margin-left: -250px; /* 500 / 2 */
+       margin-top: -187px;  /* 375 / 2 */
+}
+
 </style>
 <script type="text/javascript" src="/examples/selfcheck.js"></script>
 </head>
@@ -98,6 +107,11 @@ Timeout in <span id="tick">99</span> seconds.
 </div>
 
 
+<div id="working">
+<img src="/examples/giphy.gif">
+</div>
+
+
 <div class="page" id="start">
 
 <!--