-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2024-02-05.html
More file actions
21 lines (20 loc) · 959 Bytes
/
Copy path2024-02-05.html
File metadata and controls
21 lines (20 loc) · 959 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">5</h1>
<h1 class="DayOfTheWeek">Lunes</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<br>Corrida mixta</span></p>
<h2><img class="hierroImage" src="static/ganaderia/losencinos.png"><span>Toros de <br>Los Encinos</span></h2>
<div class="space">
<a href="https://anctl.mx/ganaderia_info/los-encinos/">Procedencia <br>Saltillo</a>
</div>
<h1><img class="toreroImage" src="static/rejoneador/pablohermosodemendoza.png"><span>Pablo Hermoso<br>de Mendoza</span></h1>
<h1><img class="toreroImageRigth" src="static/torero/cali.png">Calita</h1>
<h1><img class="toreroImageRigth" src="static/torero/arturogilio.png">Arturo Gilio</h1>
</body>
</html>