Automatic door project
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.

index.html 979B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>DomoDoor Page</title>
  5. </head>
  6. <style>
  7. .whole {max-width: 500px; margin: auto;}
  8. </style>
  9. <body>
  10. <div class="whole">
  11. <h1 style="color: green;">DomoD--r Project (internet option)</h1>
  12. <h1>
  13. <form action="/from_internet" method="post">
  14. <div>
  15. <label for="name">Enter Password :</label>
  16. <input type="password" id="pwd" name="pwd_retriever" style="width: 5cm; height: 0.8cm;">
  17. </div>
  18. <div style="text-align: center;">------------------</div>
  19. <div class="button" style="text-align:center;">
  20. <button type="submit" style="width: 10cm; height: 2cm; background-color: green; border-radius: 8%; border: 2px solid red;"><h2> VALIDATE and GO ON</h2></button>
  21. </div>
  22. </form>
  23. </h1>
  24. </div>
  25. </body>
  26. </html>