diff --git a/test.js b/test.js deleted file mode 100644 index 42a4138..0000000 --- a/test.js +++ /dev/null @@ -1,12 +0,0 @@ - // Create the card element - var card = $('
').addClass('card'); - card.append($('

').text(item.title)); - card.append($('').attr('src', item.image)); - card.append($('

').text('Game Version: ' + item.gameversion)); - card.append($('

').text('Engine: ' + item.engine)); - card.append($('

').text('Categories: ' + item.categories.join(', '))); - card.append($('

').text('Author: ' + item.author)); - card.append($('

').addClass('description').text('Description: ' + truncatedDescription)); - card.append($('