diff --git a/static/script.js b/static/script.js index 94f6d587..2fbc51a3 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("Chotta 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{