<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>ログインフォーム</title>
</head>
<body>
<form class="box" action="#" method="post">
<h1>ログイン</h1>
<p>ユーザー名</p>
<input type="text" name="">
<p>パスワード</p>
<input type="password" name="">
<p><input type="submit" name="" value="ログイン"></p>
</form>
</body>
</html>