diff --git a/index.html b/index.html index 1a4b2c5..20259ac 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,3 @@ -
@@ -19,6 +18,17 @@ body, h1, p, label, a, button { color: white; } + #status { + width: 100%; + height: 150px; + margin-top: 20px; + padding: 10px; + border: 1px solid #ccc; + background-color: #333; + color: white; + overflow-y: scroll; + white-space: pre-wrap; + } @@ -58,7 +68,7 @@ステータス: 準備完了
-