-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2023-10-07.html
More file actions
20 lines (20 loc) · 867 Bytes
/
2023-10-07.html
File metadata and controls
20 lines (20 loc) · 867 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">7</h1>
<h1 class="DayOfTheWeek">Sábado</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/elpilar.png"><span>Toros de <br>El Pilar</span></h2>
<div class="space">
<a href="https://torosbravos.es/ganaderia/ugd/">Procedencia <br>Aldenueva</a>
</div>
<h1 class="torero"><img class="toreroImage" src="static/draw/empty.svg">Daniel Luque</h1>
<h1 class="torero"><img class="toreroImage" src="static/draw/empty.svg">Juan Ortega</h1>
<h1 class="torero"><img class="toreroImage" src="static/draw/empty.svg">Pablo Aguado</h1>
</body>
</html>