From 2edc08dbc133c41a5e98c869809321f9b2da394a Mon Sep 17 00:00:00 2001 From: AtGauravKalkhuriya Date: Sun, 26 Mar 2023 09:49:01 +0530 Subject: [PATCH 1/2] Backgroun color changed. --- README.md | 2 +- static/index.html | 2 +- static/style.css | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6878ad70..b83cbb14 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# URL-Shortener +# LINK-Shortener license diff --git a/static/index.html b/static/index.html index 76846e80..644bc1d9 100644 --- a/static/index.html +++ b/static/index.html @@ -6,7 +6,7 @@ - URL Shortner + LINK Shortner diff --git a/static/style.css b/static/style.css index f5b37cc7..0f8747be 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,6 @@ *{ align: center; + background-color: hotpink; } #url{ align: center; From a8f21080a967bb7074f416a42b5188dae78ca475 Mon Sep 17 00:00:00 2001 From: AtGauravKalkhuriya Date: Sun, 26 Mar 2023 10:15:03 +0530 Subject: [PATCH 2/2] server changed --- server.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.js b/server.js index 21d7f8c0..5bb15947 100644 --- a/server.js +++ b/server.js @@ -1,5 +1,5 @@ /** - * Created by rishabhshukla on 09/03/17. + * Created by Rishabhshukla on 09/03/17. */ @@ -46,4 +46,4 @@ app.listen(port, () => { }); -//console.log(shortner.shorten('http://google.com')); \ No newline at end of file +console.log(shortner.shorten('http://google.com')); \ No newline at end of file