From 99fb24b5ef39d239dc6dd64dc0db59a855f53fda Mon Sep 17 00:00:00 2001 From: Alekhya Date: Mon, 3 Jan 2022 00:33:54 +0530 Subject: [PATCH] changes done --- static/script.js | 2 +- static/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/script.js b/static/script.js index 2fbc51a3..2fcf3185 100644 --- a/static/script.js +++ b/static/script.js @@ -7,7 +7,7 @@ $(function () { $.post('/api/v1/shorten', { url:url },function (data) { - $('#shortcode').html("Chotta URL: " + ''+window.location.href+data + ''); + $('#shortcode').html("small URL: " + ''+window.location.href+data + ''); }) }) }) \ No newline at end of file diff --git a/static/style.css b/static/style.css index f5b37cc7..4f5941be 100644 --- a/static/style.css +++ b/static/style.css @@ -46,7 +46,7 @@ font-style: inherit; margin-top: 3%; margin-left: 25%; - background:#FFFF00; + background-color: aquamarine; width:fit-content; } .center{