12345678910111213141516 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" type="text/css" href="style.css">
- <title>Document</title>
- </head>
- <body>
- <input class="login" id="login" placeholder="login" type="email">
- <input class="password" id="password" placeholder="password" type="password">
- <button class="btn" id="btn">Login</button>
- <script src="main.js"></script>
- </body>
- </html>
|