質問編集履歴

1

情報の追加

2018/05/29 04:33

投稿

kaitotokai
kaitotokai

スコア59

test CHANGED
File without changes
test CHANGED
@@ -30,6 +30,36 @@
30
30
 
31
31
  ```ここに言語名を入力
32
32
 
33
+ {% load static %}
34
+
35
+ <html lang="ja">
36
+
37
+ <head>
38
+
39
+ <meta charset="UTF-8">
40
+
41
+ <title>INDEX</title>
42
+
43
+
44
+
45
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
46
+
47
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
48
+
49
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
50
+
51
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
52
+
53
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
54
+
55
+ <link rel="stylesheet" href="{% static 'app/index.css' %}">
56
+
57
+ </head>
58
+
59
+ <body>
60
+
61
+
62
+
33
63
  <form action="" method="POST">
34
64
 
35
65
   {% csrf_token %}
@@ -43,6 +73,14 @@
43
73
  </div>
44
74
 
45
75
  </form>
76
+
77
+
78
+
79
+ </body>
80
+
81
+ </html>
82
+
83
+
46
84
 
47
85
  ```
48
86
 
@@ -63,3 +101,7 @@
63
101
  GoogleChromeの検証を開くと、valueのところにが入っているのがわかった。
64
102
 
65
103
  文字化けが原因かもしれないが、どのように直せば良いか?
104
+
105
+
106
+
107
+ 参考URL:https://www.webantena.net/css/input-type-submit-font-family-fontawesome/