-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2024-02-04.html
More file actions
21 lines (20 loc) · 927 Bytes
/
2024-02-04.html
File metadata and controls
21 lines (20 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="static/styles.css">
</head>
<body>
<h1 class="bigDay">4</h1>
<h1 class="DayOfTheWeek">Domingo</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/xajay.png"><span>Toros de <br>Xajay</span></h2>
<div class="space">
<a href="https://anctl.mx/ganaderia_info/xajay/">Procedencia <br>Parladé</a>
</div>
<h1><img class="toreroImage" src="static/torero/sebastiancastella.png"><span>Sebastián<br>Castella</span></h1>
<h1><img class="toreroImageRigth" src="static/torero/leovaladez.png">Leo Valadez</h1>
<h1><img class="toreroImageRigth" src="static/torero/issacfonseca.png">Isaac Fonseca</h1>
</body>
</html>