回答編集履歴
2
x
test
CHANGED
@@ -2,7 +2,5 @@
|
|
2
2
|
|
3
3
|
index.htmlの<link>タグを
|
4
4
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static',filename='css/style.css') }}">
|
5
|
-
に変更し、ディレクトリ構造を
|
6
|
-

|
7
|
-
|
5
|
+
に変更し、ディレクトリ構造に関しましても、staticフォルダを作ってその中にcssフォルダを入れました。
|
8
6
|
Flaskだと特殊な書き方をしなければならなかったみたいですね。
|
1
あ
test
CHANGED
@@ -3,6 +3,6 @@
|
|
3
3
|
index.htmlの<link>タグを
|
4
4
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static',filename='css/style.css') }}">
|
5
5
|
に変更し、ディレクトリ構造を
|
6
|
-

|
7
7
|
のように、staticフォルダを作ってその中にcssフォルダを入れました。
|
8
8
|
Flaskだと特殊な書き方をしなければならなかったみたいですね。
|