質問編集履歴
1
html と画像 を更新しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
よろしくおねがいします。
|
16
16
|
|
17
|
-
![イメージ説明](
|
17
|
+
![イメージ説明](74e911912c28df904b82445ef901aacc.png)
|
18
18
|
|
19
19
|
|
20
20
|
|
@@ -77,6 +77,34 @@
|
|
77
77
|
<div id="allclearButton"><button type="submit">すべて削除</button></div>
|
78
78
|
|
79
79
|
</div>
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
<table class="main-table">
|
84
|
+
|
85
|
+
<tr class="table-header">
|
86
|
+
|
87
|
+
<th class="header-check"></th>
|
88
|
+
|
89
|
+
<th class="header-id">ID</th>
|
90
|
+
|
91
|
+
<th class="header-todo">予定</th>
|
92
|
+
|
93
|
+
<th class="header-date">日時</th>
|
94
|
+
|
95
|
+
<th class="header-price">お金</th>
|
96
|
+
|
97
|
+
<th class="header-duedate">期日</th>
|
98
|
+
|
99
|
+
<th class="header-item">持ち物</th>
|
100
|
+
|
101
|
+
<th class="header-memo">メモ</th>
|
102
|
+
|
103
|
+
<th class="header-check"></th>
|
104
|
+
|
105
|
+
</tr>
|
106
|
+
|
107
|
+
</table>
|
80
108
|
|
81
109
|
```
|
82
110
|
|