1234567891011121314151617181920212223242526272829 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="./css/style.css">
- <title>DzJsJoinMenu</title>
- </head>
- <body>
-
- <div class="formbox">
- <form action="https://a-level.com.ua" method="POST">
- <div>
- <label for="username">Имя</label>
- <input type="text" name="username" placeholder="Имя с латинскими буквами">
- <span></span>
- </div>
- <div>
- <label for="password">Пароль</label>
- <input type="password" name="password" placeholder="Пароль с латинскими буквами">
- <span></span>
- </div>
- <button id="log-in">Вход</button>
- </form>
- </div>
- </body>
- </html>
- <script src="./script.js"></script>
|