layout.html 2024/12/9 W006

2024年12月9日月曜日

source code 公開

t f B! P L

 



 <!-- ///////////////////////
# ファイル名:layout.html
# バージョン:h0002 Ver1.0
# 機能:
# 作成日:2024/12/7
# 更新日:2024/12/9 W006 W007 W008 W009 W010 W011 W012
  ////////////////////////////-->


<!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') }}">
    <!-- index.jsへのリンク ---追加 6 -->
    <script src="{{ url_for('static', filename='javascript/index.js') }}"></script>

</head>

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

</html>

 


関連


W006 W007 W008 W009 W010

このブログを検索

アーカイブ

カテゴリー

QooQ