You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" href="index.css">
  5. </head>
  6. <body>
  7. <div class="TimeRow">
  8. <div class="TimeLabel">Ideal time:</div>
  9. <input id="TimePicker" type="time">
  10. </div>
  11. <div class="ToggleContainer">
  12. <div id="ActiveButton">Active</div>
  13. <div id="InactiveButton">Inactive</div>
  14. </div>
  15. <script src="index.js"></script>
  16. </body>
  17. <html>