index.html 885 B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link rel="stylesheet" href="./css/style.css">
  7. <title>DzJsJoinMenu</title>
  8. </head>
  9. <body>
  10. <div class="formbox">
  11. <form action="https://a-level.com.ua" method="POST">
  12. <div>
  13. <label for="username">Имя</label>
  14. <input type="text" name="username" placeholder="Имя с латинскими буквами">
  15. <span></span>
  16. </div>
  17. <div>
  18. <label for="password">Пароль</label>
  19. <input type="password" name="password" placeholder="Пароль с латинскими буквами">
  20. <span></span>
  21. </div>
  22. <button id="log-in">Вход</button>
  23. </form>
  24. </div>
  25. </body>
  26. </html>
  27. <script src="./script.js"></script>