Guest User

Untitled

a guest
Feb 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <!--↓main contents↓-->
  2.  
  3. <main>
  4. <div id="topic">ログイン</div>
  5.  
  6. <p><img src="img/common/logo2.jpg" alt="ロゴ2"></p>
  7.  
  8. <!--↓form↓-->
  9. <form action="#">
  10. <fieldset>
  11. <p><input type="text" name="userid" pattern="^[0-9A-Za-z]+$"
  12. value="" placeholder="ユーザーID"></p>
  13. <p><input type="password" name="password" pattern="^[0-9A-Za-
  14. z]+$" value="" placeholder="パスワード"></p>
  15. <p><input type="submit" value="ログイン"></p>
  16. </fieldset>
  17. </form>
  18. <!--↑form↑-->
  19.  
  20. </main>
  21. <!--↑main contents↑-->
Add Comment
Please, Sign In to add comment