From 2515fd08a1584fa528ac6456409013dad267fd4b Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 18 Feb 2019 18:21:57 +0000 Subject: Testing random article from ABC news --- Website/scripts/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Website/scripts/main.ts b/Website/scripts/main.ts index 7fce053..e68bc97 100644 --- a/Website/scripts/main.ts +++ b/Website/scripts/main.ts @@ -31,10 +31,10 @@ class Article { let root = document.getElementById('root'); -let title = "Title"; +let title = "Amazon reconsiders building new headquarters in New York City: WaPo"; let description = "Description"; let article = "https://www.wikipedia.org/"; -let image = "https://wallpapertag.com/wallpaper/full/4/d/9/836367-vertical-plain-blue-screen-wallpaper-1920x1080-1920x1080-windows-7.jpg"; +let image = "https://s.abcnews.com/images/Business/long-island-city-gty-jc-181112_hpMain_4x3t_384.jpg"; let articles: Array
= [ new Article(title, description, article, image), -- cgit v1.2.3-13-gbd6f