From 650c1d0739b7683c1461683eea98f5844f1c6e9f Mon Sep 17 00:00:00 2001 From: Faraz Ahmad Date: Wed, 15 Nov 2023 19:35:26 +0530 Subject: [PATCH] UI Changes --- static/script.js | 2 +- static/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/script.js b/static/script.js index 94f6d587..bcf88083 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("Shorty URL: " + ''+window.location.href+data + ''); }) }) }) \ No newline at end of file diff --git a/static/style.css b/static/style.css index 2aa1df43..75aed7b0 100644 --- a/static/style.css +++ b/static/style.css @@ -46,6 +46,7 @@ font-style: inherit; margin-top: 3%; margin-left: 25%; + background-color: chartreuse; } .center{