質問編集履歴
2
コードの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -7,3 +7,26 @@
|
|
7
7
|
![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-10-23/2f98e543-7513-44ad-869e-f2e18acab683.png)
|
8
8
|
|
9
9
|
|
10
|
+
|
11
|
+
```ここに言語を入力
|
12
|
+
追記:実際に書いたHTMLのコード
|
13
|
+
<!doctype html>
|
14
|
+
<html lang="ja">
|
15
|
+
<head>
|
16
|
+
<meta charset="utf-8">
|
17
|
+
<title>{{title}}<title>
|
18
|
+
</head>
|
19
|
+
<body>
|
20
|
+
<div class="header">
|
21
|
+
<h1>{{title}}</h1>
|
22
|
+
<a href="http://127.0.0.1:8000/App1">ホーム</a>
|
23
|
+
<a href="http://127.0.0.1:8000/App1/about">自己紹介</a>
|
24
|
+
</div>
|
25
|
+
<p>{{message|safe}}</p>
|
26
|
+
<form action="{ % url 'index' %}" method=post>
|
27
|
+
{{form}}
|
28
|
+
<input type="submit" value="送信">
|
29
|
+
</form>
|
30
|
+
</body>
|
31
|
+
</html>
|
32
|
+
|
1
画像の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,4 +4,6 @@
|
|
4
4
|
初心者ですので何かこれがないとわからないというものがありましたら質問お願いします。
|
5
5
|
![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-10-23/0aec5af5-5a59-4ccb-bd4d-d4f6d546fcd9.png)
|
6
6
|
|
7
|
+
![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-10-23/2f98e543-7513-44ad-869e-f2e18acab683.png)
|
7
8
|
|
9
|
+
|