diff --git a/API/ZONE.sh b/API/ZONE.sh index 1e696e09..bd54c7f7 100755 --- a/API/ZONE.sh +++ b/API/ZONE.sh @@ -132,12 +132,6 @@ sed -i '$ d' ~/.zen/tmp/${MOATS}.http ## REMOVE LAST ',' echo ']}' >> ~/.zen/tmp/${MOATS}.http -## UMAP LEVEL -if [[ $UMAP == "ONE" ]]; then - - -fi - ### SEND RESPONSE ON PORT cat ~/.zen/tmp/${MOATS}.http | nc -l -p ${PORT} -q 1 > /dev/null 2>&1 & diff --git a/templates/register.html b/templates/register.html index 62fa51fd..0629e2ec 100644 --- a/templates/register.html +++ b/templates/register.html @@ -56,12 +56,19 @@ header { color: black; } +#toggleConsoleButton { + position: fixed; + top: 10px; + left: 10px; + cursor: pointer; +} + #console { visibility: hidden; background: rgba(0, 0, 0, 0.9); /* Adjust the background color and opacity as needed */ color: white; - width: 570px; - height: 480px; + width: 80%; + height: 45%; position: absolute; bottom: 0; left: 0; @@ -98,15 +105,29 @@ input[name="uplanet"] { - +
@@ -119,7 +140,7 @@ input[name="uplanet"] { --> - +