Skip to content

Commit

Permalink
ログインフォームを分かりやすく改良
Browse files Browse the repository at this point in the history
  • Loading branch information
ue8d committed Nov 20, 2020
1 parent 291ab96 commit 5010e43
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions login.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@
<?php include_once "./header.php" ?>

<div class="main">
<form method="post" action="login.php" class="search_container">
<p><input type="text" name="userName" size="25" placeholder="ログインID"></P>
<p><input type="password" name="password" size="25" placeholder="パスワード"></P>
<input type="submit" value="ログイン">
</form>
<p><h2>ログインフォーム</h2></p>
<form method="post" action="login.php" class="search_container">
<label><p>ログインID:<input type="text" name="userName" size="25" placeholder="ログインID"></P></label>
<label><p>パスワード:<input type="password" name="password" size="25" placeholder="パスワード"></P></label>
<input type="submit" value="ログイン">
</form>
</div>

<footer class="index">
Expand Down

0 comments on commit 5010e43

Please sign in to comment.