-
Notifications
You must be signed in to change notification settings - Fork 936
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·33 lines (33 loc) · 924 Bytes
/
index.html
File metadata and controls
executable file
·33 lines (33 loc) · 924 Bytes
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252">
<TITLE>Recetas de cocina hispanoamericana</TITLE>
</HEAD>
<BODY LANG="es-ES">
<H1><IMG ID="banner" SRC="../imagenes/banner_recetas.jpg" NAME="banner_recetas" ALIGN=LEFT BORDER=0><BR CLEAR=LEFT><BR>
</H1>
<H1 ID="titulo1">Recetas de comida hispanoamericana</H1>
<P><HR></HR>
</P>
<H2>Colombia</H2>
<P>
<UL>
<LI type="circle"><A ID="colombia1" HREF="../Colombia/ajiaco.html">Ajiaco</A><BR></LI>
<LI type="circle"><A ID="colombia2" HREF="../Colombia/arroz_coco.html">Arroz con coco</A><BR></LI>
</UL>
</P>
<H2>México</H2>
<P>
<UL>
<LI type="circle"><A ID="mexico1" HREF="../Mexico/pozole.html">Pozole</A><BR></LI>
</UL>
</P>
<H2>Brasil</H2>
<P>
<UL>
<LI type="circle"><A ID="brasil1" HREF="../Brasil/arrolladito.html">Arrolladito</A><BR></LI>
</UL>
</P>
</BODY>
</HTML>