<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="js.js"></script> </head> <body> <form> <p>Введите логин </p> <input type="text" name="login" placeholder="Login" /> <p>Введите логин </p> <input type="password" name="password" placeholder="Password" /> <p> <button> Log in </button> </p> </form> </body> </html>