-
Notifications
You must be signed in to change notification settings - Fork 0
/
receitas2.html
45 lines (37 loc) · 1.06 KB
/
receitas2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bolo de cenoura</title>
<link type="text/css" rel="stylesheet" href="static/css/receitas2.css">
</head>
<body>
<h1>Grandes Receitas</h1>
<ul class="nav">
<li><a href="home.html">Home</a></li>
<li><a href="receitas.html">Receitas</a></li>
<li><a href="sugestoes.html">Sugestões</a></li>
</ul>
<p><b>Fonte:</b> <a href="http://www.tudogostoso.com.br/receita/23-bolo-de-cenoura.html" target="_blank">tudogostoso.com.br</a></p>
<div>
<h2>Receitas</h2>
<ul class="receitas">
<li>
<h3><a href="">Red Velvet</a></h3>
<img src="static/img/bolo.png">
<p>Faça um delicioso bolo Red Velvet em casa.</p>
</li>
<li>
<h3><a href="">Elza torta</a></h3>
<img src="static/img/bolo2.png">
<p>Tão feia quanto a Hebe Camargo.</p>
</li>
<li>
<h3><a href="">Torta de Jureg</a></h3>
<img src="static/img/jureg.png">
<p>Não perca a melhor torta de Jureg do mundo.</p>
</li>
</ul>
</div>
</body>
</html>