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/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 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;