-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (47 loc) · 2.14 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/styles.css">
<title>Receita | Carne muito louca</title>
</head>
<body>
<div class="container">
<h1>Carne muito louca</h1>
<figure>
<img src="https://claudia.abril.com.br/wp-content/uploads/2020/01/sanduicc81che-de-carne-louca.jpg"
alt="carne muito louca" width="500px">
<figcaption>Receita de uma carne muito louca e gostosa</figcaption>
</figure>
<h2>Ingredientes</h2>
<ul>
<li>1 kg de miolo acém</li>
<li>3 caldos de carne</li>
<li>2 colheres (sopa) de azeite</li>
<li>1 pimentão vermelho</li>
<li>1 pimentão verde</li>
<li>1 cebola grande</li>
<li>1 dente de alho</li>
<li>2 latas de molho de tomate pronto</li>
</ul>
<h2>Modo de prepado</h2>
<ol>
<li>Cozinhe a carne com os caldos, na pressão por 1 hora.</li>
<li>Desfie a carne e reserve a água do cozimento.</li>
<li>Coloque na panela o azeite (se não tiver pode ser óleo mesmo).</li>
<li>Refogue a cebola e alho.</li>
<li>Acrescente os pimentões picadinhos e refogue bem até murchar.</li>
<li>Coloque a carne desfiada e o molho de tomate misture tudo e adicione a água do cozimento reservada.</li>
<li>Verifique se está bom de sal e deixe ferver bem até apurar o molho.</li>
</ol>
<h2>Informações adicionais</h2>
<p>Pode ser servida com pão francês, faz muito sucesso em festas</p>
</div>
<footer>Feito com 💙 por <a href="https://github.com" target="_blank">Doug</a></footer>
</body>
</html>