From dc7809d1802adabce4ab157589c6343d826013f1 Mon Sep 17 00:00:00 2001 From: yashwant pradhan Date: Sun, 18 Jun 2023 23:38:44 +0530 Subject: [PATCH] =?UTF-8?q?=C2=A5=20NEW=20UI=20CHANGES=20ADDED=20=C2=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/script.js | 2 +- static/style.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/static/script.js b/static/script.js index 94f6d587..624649ea 100644 --- a/static/script.js +++ b/static/script.js @@ -7,7 +7,7 @@ $(function () { $.post('/api/v1/shorten', { url:url },function (data) { - $('#shortcode').html("Short URL: " + ''+window.location.href+data + ''); + $('#shortcode').html("Chota URL: " + ''+window.location.href+data + ''); }) }) }) \ No newline at end of file diff --git a/static/style.css b/static/style.css index 2aa1df43..0873b7cf 100644 --- a/static/style.css +++ b/static/style.css @@ -46,6 +46,8 @@ font-style: inherit; margin-top: 3%; margin-left: 25%; + background: #ffd324; + width: fit-content; } .center{