layout.html 更新日:2024/12/7

2024年12月7日土曜日

source code 公開

t f B! P L

  



 <!-- ///////////////////////
# ファイル名:layout.html
# バージョン:h0002 Ver1.0
# 機能:
# 作成日:2024/12/7
# 更新日:2024/12/7 W004 W005
  ////////////////////////////-->

<!doctype html>
<html lang="jp">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>{{ title }}</title>
    <!-- index.cssへのリンク -->
    <link rel=stylesheet type=text/css href="{{ url_for('static', filename='index.css') }}">
</head>

<body>
    {% block content %}
    <!-- ここにメインコンテンツを書く -->
    {% endblock %}
</body>


<head>

このブログを検索

アーカイブ

カテゴリー

QooQ