11<!DOCTYPE html>
22< html lang ="en ">
3- < head >
4- < meta charset ="UTF-8 ">
5- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6- < meta name ="keywords " content ="Recipe App, food, dishes, menu, fast food, burger, pizza, chinese, italian, indian ">
3+ < head >
4+ < meta charset ="UTF-8 " />
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6+ < meta
7+ name ="keywords "
8+ content ="Recipe App, food, dishes, menu, fast food, burger, pizza, chinese, italian, indian "
9+ />
710 < meta property ="og:type " content ="webApp " />
811 < meta property ="og:title " content ="Recipe Finder " />
9- < meta property ="og:description " content ="Find your everyday cooking inspiration on Recipe Website. Discover recipes, cooks, videos, and how to prepare based on the food you love. " />
12+ < meta
13+ property ="og:description "
14+ content ="Find your everyday cooking inspiration on Recipe Website. Discover recipes, cooks, videos, and how to prepare based on the food you love. "
15+ />
1016 < title > Recipe Finder</ title >
11- < link rel ="icon " href ="assets/icons8-bagel-96.png " type ="image/icon type ">
12- < link rel ="stylesheet " href ="assets/scroll.css ">
13- < link rel ="stylesheet " href ="assets/style.css ">
14- </ head >
15- < body >
17+ < link rel ="icon " href ="assets/icons8-bagel-96.png " type ="image/icon type " / >
18+ < link rel ="stylesheet " href ="assets/scroll.css " / >
19+ < link rel ="stylesheet " href ="assets/style.css " / >
20+ </ head >
21+ < body >
1622 < section >
17- < div class ="container initial ">
18- < lottie-player src ="https://assets9.lottiefiles.com/temp/lf20_nXwOJj.json " background ="transparent " speed ="1 " style ="height: 200px; " loop autoplay > </ lottie-player >
19- < h1 class ="brand "> Recipe Finder</ h1 >
20- < form >
21- < input type ="text " placeholder ="Search Your Recipe... ">
22- < lottie-player src ="https://assets10.lottiefiles.com/packages/lf20_tnrzlN.json " mode ="bounce " background ="transparent " speed ="1 " style ="width: 80px; height: 80px; " loop autoplay > </ lottie-player >
23- <!--<ion-icon name="search"></ion-icon>-->
24- </ form >
25- < div class ="search-result ">
26- </ div >
27- </ div >
23+ < div class ="container initial ">
24+ < lottie-player
25+ src ="https://assets9.lottiefiles.com/temp/lf20_nXwOJj.json "
26+ background ="transparent "
27+ speed ="1 "
28+ style ="height: 200px "
29+ loop
30+ autoplay
31+ > </ lottie-player >
32+ < h1 class ="brand "> Recipe Finder</ h1 >
33+ < form >
34+ < input type ="text " placeholder ="Search Your Recipe... " />
35+ < lottie-player
36+ src ="https://assets10.lottiefiles.com/packages/lf20_tnrzlN.json "
37+ mode ="bounce "
38+ background ="transparent "
39+ speed ="1 "
40+ style ="width: 80px; height: 80px "
41+ loop
42+ autoplay
43+ > </ lottie-player >
44+ <!--<ion-icon name="search"></ion-icon>-->
45+ </ form >
46+ < div class ="search-result "> </ div >
47+ < div id ="paginationContainer "> </ div >
48+ </ div >
2849 </ section >
2950 < script src ="https://unpkg.com/ionicons@5.1.2/dist/ionicons.js "> </ script >
3051 < script src ="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js "> </ script >
3152 < script src ="assets/script.js "> </ script >
32- </ body >
33- </ html >
53+ </ body >
54+ </ html >
0 commit comments