-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (50 loc) · 1.64 KB
/
index.html
File metadata and controls
66 lines (50 loc) · 1.64 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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<title>MLB Domicana</title>
<meta name="Descripcion" content="Peloteros Dominicanos en Grandes Ligas">
<link rel="icon" href="Major_League_Baseball_logo.svg.png">
</head>
<body>
<header>
<h1>MLB Dominicana</h1>
</header>
<main>
<h2>Peloteros Dominicanos en las Grandes Ligas</h2>
<p>Juan Soto(Agenda Libre)</p>
<p>Fernando Tatis Jr.(Padres S.D)</p>
<p>Jose Ramirez(Cleveland)</p>
<p>Vladimir Guerrero Jr.(Blue Jays Toronto)</p>
<p>Teoscar Hernandez(Dodgers)</p>
<p>Ketel Marte(Arizona)</p>
<p>Manny Machado(Padres S.D)</p>
<p>Ely de la Cruz(Cincinnati)</p>
<p>Julio Rodrigues(Seattle Mariners)</p>
<p>Starlin Marte(Mets)</p>
<p>Marcell Ozuna(Braves)</p>
<p>Willy Adames(Brewers Milwaukee)</p>
<p>Jose Siri(Tampa Bays)</p>
</main>
<main>
<h2>Peloteros Dominicanos en el Salon de la Fama</h2>
<p>David Ortiz</p>
<p>Adrian Beltre</p>
<p>Juan Marichal</p>
<p>Pedro Martinez</p>
<p>Vladimir Guerrero</p>
</main>
<main>
<h2>Peloteros Dominicanos con mas jonrones en las Grandes Ligas</h2>
<p>Albert Pujols(703)</p>
<p>Sammy Sosa(609)</p>
<p>Manny Ramirez(555)</p>
<p>David Ortiz(541)</p>
<p>Adrian Beltre(477)</p>
<p>Nelson Cruz(464)</p>
</main>
<footer>
© Todos los derechos encorvados By MLB Dominicana - 2024
</footer>
</body>
</html>