Guest User

Untitled

a guest
Jan 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <div class="panel">
  2. <div class="grid" id="count">0</div>
  3. <div class="grid" id="start">
  4. <div class="circle red" id="startBtn"></div>
  5. start
  6. </div>
  7. <div class="grid" id="strict">
  8. <div class="circle grey" id="strictCircle"></div>
  9. strict
  10. </div>
  11. <div class="grid" id="power">
  12. <div class="onoffswitch">
  13. <input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch">
  14. <label class="onoffswitch-label" for="myonoffswitch">
  15. <span class="onoffswitch-inner"></span>
  16. <span class="onoffswitch-switch"></span>
  17. </label>
  18. </div>
  19. </div>
  20. </div>
  21. <div class="simon">
  22. <div class="grid buttons green" id="btn1"></div>
  23. <div class="grid buttons red" id="btn2"></div>
  24. <div class="grid buttons yellow" id="btn3"></div>
  25. <div class="grid buttons blue" id="btn4"></div>
  26. </div>
  27. <!--<div id="string"></div>
  28. <div id="log"></div>-->
Add Comment
Please, Sign In to add comment