質問編集履歴

1

修正

2020/11/14 11:55

投稿

trey_0329
trey_0329

スコア109

test CHANGED
File without changes
test CHANGED
@@ -8,6 +8,8 @@
8
8
 
9
9
  HTML上の記載
10
10
 
11
+ ```ここに言語を入力
12
+
11
13
  {% load static %}
12
14
 
13
15
  <link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
@@ -20,6 +22,8 @@
20
22
 
21
23
 
22
24
 
25
+ ```
26
+
23
27
 
24
28
 
25
29
  JSとCSSの位置
@@ -314,24 +318,6 @@
314
318
 
315
319
 
316
320
 
317
- HTML上の記載
318
-
319
- ```ここに言語を入力
320
-
321
- {% load static %}
322
-
323
- <link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
324
-
325
- <link href="{% static 'css/index.css' %}" rel="stylesheet">
326
-
327
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
328
-
329
- <script src="{% static 'js/script.js' %}"></script>
330
-
331
-
332
-
333
- ```
334
-
335
321
 
336
322
 
337
323
  先ほど同じ質問をした後にjQueryを追加し忘れていたので、そこを修正しましたがjsファイルはやはり反映されていないことに気づき再度質問致しました。