diff --git a/haiku.html b/haiku.html index 18e01bc..00bce73 100644 --- a/haiku.html +++ b/haiku.html @@ -36,6 +36,18 @@ max-height: 80%; overflow: auto; } + #generating { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + color: white; + background-color: rgba(0, 0, 0, 0.7); + padding: 10px; + border-radius: 5px; + display: none; + font-family:'Courier New', Courier, monospace; + }
@@ -87,6 +99,7 @@ +