-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbasic.html
More file actions
103 lines (95 loc) · 3.9 KB
/
basic.html
File metadata and controls
103 lines (95 loc) · 3.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<!--
Created using JS Bin
http://jsbin.com
Copyright (c) 2020 by anonymous (http://jsbin.com/nufikekope/1/edit)
Released under the MIT license: http://jsbin.mit-license.org
-->
<meta name="robots" content="noindex">
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>MAGIC RECIPE OF MAGGI</title>
<style id="jsbin-css">
h1{
background-color:yellow;
padding-left:350px;
border:5px solid black ;
margin-left:100px;
margin-right:50px;
}
h2 {
margin-right:70px;
margin-left:130px;
border-style: dotted dashed solid double;
border-color: darkcyan ;
background-color: cornsilk ;
padding-left:60px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
}
section{
padding-left:10px;
margin:10px;
padding-top:6px;
padding-right:10px;
}
</style>
</head>
<style> body
{
background-color: tomato;
}
h1{
color: Turquoise;
text-shadow: 1px 3px 2px black , 4px 2px 25px darkcyan, 0px 0px 5px darkblue;
}
h2{
color:yellow;
text-shadow: 1px 1px 2px black , 0px 0px 25px darkcyan, 0px 0px 5px darkblue;
}
img{
border-style:dotted dashed solid double ;
border-color: black;
border-radius:50px;
padding-left:10px;
margin:10px;
padding-top: 10px;
padding-bottom:10px;
padding-right:10px;
}
</style>
<body>
<H1> WELCOME TO <em> TASTE OF INDIA</em> </H1>
<H2> HERE ARE THE INGREDIENTS WHICH U REQUIRE TO MAKE DELICISOUS MAGGI </H2>
<marquee> ☞<a href="https://www.maggi.in/exciting-snacks-recipes/easy-peasy-maggi-noodles" </a> <br><img src="https://www.nestle.in/sites/g/files/pydnoa451/files/styles/brand_image/public/1_newmaggipackshot_inner2017_0.jpg?itok=sBN9ehVa" <center> <alt="image of maggi packet" /> <br> </marquee>
<section>
<p> ❶ ?10 MAGGI </p>
<p>❷ CARROT , CAPSICUM <STRONG>E.T.C </STRONG> ANYTHING U WANT </p>
<!-- CAPSICUM IS MY FAV AND IS THE TOOL FOR GREAT TASTE -->
<p>❸ 100ML CUP </p>
<p>❹ A BEAKER OR COOKING BOWL </p>
<p>❺ OIL </p>
<p>❻ HINGE </p>
</section>
<!-- THESE ARE THE SECRET RECIPE FOR MAGIC TASTE OF MAGGI -->
<H2> STEPS TO MAKE MAGGI </H2>
<section> <p> ☞ TAKE THE <STRONG> COOKING BOWL </STRONG> AND HEAT IT FOR <EM> 2 MIN </EM>😄</p>
<p> ☞ POUR SOME <strong> OIL and hinge </strong> INTO THE BOWL </p>
<p> ☞ ADD <STRONG> CARROT , CAPSICUM </strong> ANYTHING U WANt <span>🏾😤 </span> </p>
<p> ☞ POUR <em> 100 ml water</em> INTO THE MIXTURE AND HEAT IT FOR 😎<EM> 5MIN </EM> </p>
<p> ☞ ADD <STRONG> MAGGI </STRONG> NOODLES AND MASALA </p>
<p> ☞ HEAT IT FOR <EM> 2 MIN </EM> AND SEVRE THE REAADY DELICIOUS MAGGI TO EVERYONE 😋 </p>
</section>
<marquee><li><img src="https://i1.wp.com/vegecravings.com/wp-content/uploads/2020/01/Vegetable-Masala-Maggi-Recipe-Step-By-Step-Instructions-scaled.jpg?resize=1536%2C1349&quality=65&strip=all&ssl=1.jpg" height="400" width="400 alt="image of ready to serve maggi"/></li> </marquee>
<h2> here are links to know more ways to make make Maggi noodles </h2>
☞<a href="https://hebbarskitchen.com/maggi-noodles-recipe-maggi-recipes/" >click here </a> <br>
☞<a href="https://www.maggi.in/exciting-snacks-recipes/easy-peasy-maggi-noodles"> click here </a> <br>
☞<a href="https://www.tarladalal.com/Egg-Noodles-Spicy-Maggi-Egg-Noodles-14311r" >click here</a> <br>
☞<a href="https://www.tarladalal.com/Vegetable-Masala-Maggi-Masala-Maggi-Noodle-41328r"> click here</a> <br>
☞<a href="https://www.gqindia.com/live-well/content/7-best-maggi-recipes-cook-home-during-self-quarantine"> clcik here </a><br>
☞<a href="mailto:myname@gotohell@gmail.com">mail me </a>
</body>
</html>