-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2023-10-12.html
More file actions
21 lines (20 loc) · 920 Bytes
/
2023-10-12.html
File metadata and controls
21 lines (20 loc) · 920 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">12</h1>
<h1 class="DayOfTheWeek">Jueves</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>Día de la Hispanidad</p>
<h2><img class="hierroImage" src="static/ganaderia/nunnezcuvillo.png"><span>Toros de <br>Nuñez del Cuvillo</span></h2>
<div class="space">
<a href="https://resesbravas.com/ganaderia/nunez-de-cuvillo/">Procedencia<br>D. José Luís Osborne</a>
</div>
<h1 class="torero"><img class="toreroImage" src="static/draw/empty.svg">El Cid</h1>
<h1><img class="toreroImage" src="static/draw/empty.svg"><span>Alejandro<br>Talavante</span></h1>
<h1 class="torero"><img class="toreroImage" src="static/draw/empty.svg">Isaac Fonseca</h1>
</body>
</html>