HTML and CSS with Freecodecamp

{“index.html”:”<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">\n\n\n<h2 class="red-text">CatPhotoApp</h2>\n<main>\n <p class="red-text">Click here to view more <a href="#">cat photos</a>.</p>\n \n <a href="#"><img class="smaller-image thick-green-border" src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>\n \n <div class="silver-background">\n <p>Things cats love:</p>\n <ul>\n <li>cat nip</li>\n <li>laser pointers</li>\n <li>lasagna</li>\n </ul>\n <p>Top 3 things cats hate:</p>\n <ol>\n <li>flea treatment</li>\n <li>thunder</li>\n <li>other cats</li>\n </ol>\n </div>\n \n <form action="/submit-cat-photo">\n \n
\n \n \n
\n <input type="text" placeholder="cat photo URL" required>\n <button type="submit">Submit</button>\n </form>\n</main>”}