Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
5886fbf
1
Parent(s):
e2455ed
Update online.html
Browse files- online.html +30 -1
online.html
CHANGED
@@ -259,7 +259,36 @@
|
|
259 |
</div>
|
260 |
<br>
|
261 |
|
262 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
263 |
|
264 |
|
265 |
<br>
|
|
|
259 |
</div>
|
260 |
<br>
|
261 |
|
262 |
+
<br>
|
263 |
+
|
264 |
+
|
265 |
+
<div class="card-deck">
|
266 |
+
<div class="card">
|
267 |
+
|
268 |
+
<div class="card-body">
|
269 |
+
<div class="container text-center">
|
270 |
+
<button type="button" class="btn btn-success">Старт</button>
|
271 |
+
</div>
|
272 |
+
</div>
|
273 |
+
</div>
|
274 |
+
<div class="card">
|
275 |
+
|
276 |
+
<div class="card-body">
|
277 |
+
<div class="container text-center">
|
278 |
+
<button type="button" class="btn btn-danger">Стоп</button>
|
279 |
+
</div>
|
280 |
+
</div>
|
281 |
+
</div>
|
282 |
+
<div class="card">
|
283 |
+
|
284 |
+
<div class="card-body">
|
285 |
+
<div class="container text-center">
|
286 |
+
<button type="button" class="btn btn-info">Рестарт</button>
|
287 |
+
</div>
|
288 |
+
</div>
|
289 |
+
</div>
|
290 |
+
</div>
|
291 |
+
|
292 |
|
293 |
|
294 |
<br>
|