Untitled
unknown
plain_text
3 years ago
3.5 kB
1
Indexable
Never
<!DOCTYPE html> <html> <head> <title> FOOD BLOG </title> <link rel="stylesheet" href="index.css"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> </head> <body> <div class="navbar navbar-dark bg-dark"> <div> <a href=""> <h1 class="title-1"> ULTIMATE FOOD BLOG </h1> <h2 class="title-2">YOUR KEY TO FOOD WORLD</h2> </a> </div> </div> <div> <div class="title-container"> <h2 class="foodblog"> Foodblog, the gate to tasty life </h2> <h4 class="welcome"> Welcome to the foodblog, place, where you can find everything you need to cook </h4> </div> <div class=cards-container> <div class=new-row> <a class="card" href="review on whoopie cakes.html"> <img loading="lazy" class="card-img-top" src="https://weproject.media/upload/medialibrary/a80/a80a18a828a72ac4796923341a44efa0.jpg"> <div class="container"> <h4><b>REVIEW ON WHOOPIE CAKES</b></h4> </div> </a> <a class="card" href="kitchen lifehacks.html"> <img loading="lazy" class="card-img-top" src="https://hips.hearstapps.com/amv-prod-tpw.s3.amazonaws.com/wp-content/uploads/2020/05/Kitchen-Hacks-That-Actually-Work-01.jpg?crop=0.6665xw:1xh;center,top&resize=980:*"> <div class="container"> <h4><b>KITCHEN LIFEHACKS</b></h4> </div> </a> <a class="card" href="the perfect brownie recipe.html"> <img loading="lazy" class="card-img-top" src="https://img.buzzfeed.com/video-api-prod/assets/fafe8090b4f3434f80c33b6e4ce40e24/BFV21539_BestFudgyBrownies-ThumbB1080.jpg"> <div class="container"> <h4><b>THE PERFECT BROWNIE RECIPE</b></h4> </div> </a> </div> <div class=new-row> <a class="card" href="january meal plan.html"> <img loading="lazy" class="card-img-top" src="https://pinchofyum.com/wp-content/uploads/January-Meal-Prep-Week-1-Hero-Image-01-2048x2048.jpg"> <div class="container"> <h4><b>JANUARY MEAL PLAN</b></h4> </div> </a> <a class="card" href="Vegan%20sweet%20potato%20and%20coconut%20soup.html"> <img loading="lazy" class="card-img-top" src=""> <div class="container"> <h4><b>VEGAN SWEET POTATO AND COCONUT SOUP</b></h4> </div> </a> <a class="card" href="review%20on%20the%20restaurants%20of%20the%20city%20of%20Nur-Sultan.html"> <img loading="lazy" class="card-img-top" src="https://restolife.kz/upload/information_system_6/2/4/5/item_24512/information_items_property_31614.jpg"> <div class="container"> <h4><b>REVIEW ON THE RESTAURANTS OF THE CITY OF NUR-SULTAN</b></h4> </div> </a> </div> </div> </body> </html>