xxxxxxxxxx
1
2
<html>
3
<body>
4
5
<style>
6
span {
7
display: inline-block;
8
background:#a7e0f8;
9
padding:10px 8px;
10
margin-bottom:10px;
11
font-size:18px;
12
}
13
</style>
14
<h1> <p style="color:red">Important Info.</p> </h1>
15
<p style="color:blue">contact us: (209) 632-3163.</p>
16
<h2 style="text-decoration:underline;font-size:25px;">El Pollo Loco is a national chain of fire-grilled chicken restaurants known for its unique flavor and commitment to quality ingredients</h2>
17
<li> <a href="https://html.cafe/xd68ffdde?k=7ff8838ef6d23a33a04f06d1696126f3d2ceb901" target="_blank" > <h3> Go back to homepage </h3> </a> </li>
18
<span>
19
we close at 11pm.
20
</span><br/>
21
22
<span style="background-color:#FFA500;">
23
call us to place an order.
24
</span>
25
26
</body>
27
</html>