login.html 更新日:2024/12/21

2024年12月21日土曜日

source code 公開

t f B! P L

       



 
 

 <!-- ///////////////////////
# ファイル名:login.html
# バージョン:h0005 Ver1.0
# 機能:
# 作成日:2024/12/21
# 更新日:2024/12/21 W009 W010
  ////////////////////////////-->

  {% extends "layout.html" %}
  {% block content %}
  <h1>ログイン</h1>
  <form method="POST">
      <label for="">ユーザ名</label>
      <input type="text" name="username">
      <br>
      <label for="">パスワード</label>
      <input type="password" name="password">
      <br>
      <input type="submit" value="ログイン">
  </form>

  {% endblock %}


 

 

 

このブログを検索

アーカイブ

カテゴリー

QooQ