From 25c12960f3fa03284caf3d0ed404d89512ce1cc0 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Wed, 2 Nov 2022 18:56:58 -0500 Subject: [PATCH] Put shorturl directions inside placeholder --- src/main/resources/public/index.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/main/resources/public/index.html b/src/main/resources/public/index.html index 5f078c7..bacd5ab 100644 --- a/src/main/resources/public/index.html +++ b/src/main/resources/public/index.html @@ -21,6 +21,10 @@ table { width: 100%; } + + input { + width: 65%; + } @@ -32,19 +36,17 @@ Add new URL
- +
- - Short URL (Optional) +
- @@ -63,4 +65,4 @@ - + \ No newline at end of file