-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcalendartwo.html
More file actions
33 lines (30 loc) · 965 Bytes
/
Copy pathcalendartwo.html
File metadata and controls
33 lines (30 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="static/styles.css">
<style>
html, body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
font-size: 14px;
}
#calendar {
max-width: 900px;
margin: 30px auto;
}
.fc-day-today {
background: #C0C0C0 !important;
}
.fc-event {
height:30px !important;
}
</style>
</head>
<body>
<h1 class="torero"><img class="toreroImage" src="static/draw/empty.svg">Nueva versión</h1>
<h2><img class="hierroImage" src="static/empty.png"><span>Con esta nueva versión<br> podrá guardar <br>sus tardes favoritas<br> donde encontrará el enlace<br> al video de la corrida <br>si fue en abierto</span></h2>
<p><a href="https://play.google.com/store/apps/details?id=com.javierengineer.calendariotaurino" target="mFrame">Actualizar</a></p>
</body>
</html>