-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2024-02-09.html
More file actions
22 lines (21 loc) · 1.03 KB
/
2024-02-09.html
File metadata and controls
22 lines (21 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="static/styles.css">
</head>
<body>
<h1 class="bigDay">9</h1>
<h1 class="DayOfTheWeek">Viernes</h1>
<h3><img class="tvImage" src="static/unicable.png"><span>Unicable<br>(23:30)</span></h3>
<p><img class="plazaImage" src="static/plaza/cali.png"><span>Insurgentes<br>Ciudad de México</span></p>
<h2><img class="hierroImage" src="static/ganaderia/vistahermosa.png"><span>Toros de <br>Vistahermosa</span></h2>
<h2><img class="hierroImage" src="static/ganaderia/marcogarfias.png"><span>Toros de <br>Marco Garfias</span></h2>
<div class="space">
<a href="https://anctl.mx/ganaderia_info/marco-garfias//">Procedencia <br>Garfias</a>
</div>
<h1><img class="toreroImageRigth" src="static/torero/hildatenorio.png">Hilda Tenorio</h1>
<h1><img class="toreroImageRigth" src="static/torero/paolasanroman.png">Paola San Román</h1>
<h1><img class="toreroImageRigth" src="static/torero/rociomorelli.png">Rocío Morelli</h1>
</body>
</html>