diff --git a/src/static/index.html b/src/static/index.html index 7971865..05d2e27 100644 --- a/src/static/index.html +++ b/src/static/index.html @@ -31,7 +31,7 @@ let p = document.createElement("p"); p.textContent = "Your redirect has been created. You can access it at the following URL: "; p.appendChild(a); - document.getElementById("result").appendChild(p); + document.getElementById("result").prepend(p); } ) } else { @@ -62,6 +62,15 @@

+ +
+ +