-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2023-10-06.html
More file actions
20 lines (20 loc) · 913 Bytes
/
2023-10-06.html
File metadata and controls
20 lines (20 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="static/styles.css">
</head>
<body>
<h1 class="bigDay">6</h1>
<h1 class="DayOfTheWeek">Viernes</h1>
<h3><img class="tvImage" src="static/onetoro.png"><span>One Toro<br>(18:00)</span></h3>
<p class="space">Madrid<br>Las Ventas<br>Feria de Otoño</p>
<h2><img class="hierroImage" src="static/ganaderia/torosdecortes.png"><span>Toros de <br>Toros de Cortés</span></h2>
<div class="space">
<a href="https://torosbravos.es/ganaderia/uml/">Procedencia <br>D. Victoriano del Río Cortés.</a>
</div>
<h1><img class="toreroImage" src="static/draw/empty.svg"><span>Sebastián <br>Castella</span></h1>
<h1 class="torero"><img class="toreroImage" src="static/draw/empty.svg">Paco Ureña</h1>
<h1 class="torero"><img class="toreroImage" src="static/draw/empty.svg">Ginés Marín</h1>
</body>
</html>