Spaces:
Sleeping
Sleeping
LeireTedCas
commited on
Commit
•
4144774
1
Parent(s):
033a512
Update templates/especialidad.html
Browse files
templates/especialidad.html
CHANGED
@@ -36,13 +36,13 @@
|
|
36 |
|
37 |
|
38 |
|
39 |
-
<input class=""type="button" value="Traumatologia" style="width: 78%; background-color:darkcyan;font-size:
|
40 |
<h3></h3><img src="{{ user_image1 }}" alt="" style="max-width: 100%" onclick="location.href='/buscador_trauma'">
|
41 |
<br>
|
42 |
-
<input type="button" value="Urologia" style="width: 78%; background-color:saddlebrown;font-size:
|
43 |
<h3></h3><img src="{{ user_image2 }}" alt="" style="max-width: 100%" onclick="location.href='/buscador_uro'">
|
44 |
<br>
|
45 |
-
<input type="button" value="Admisión" style="width: 78%; background-color:dimgray;font-size:
|
46 |
<h3></h3><img src="{{ user_image3 }}" alt="" style="max-width: 100%" onclick="location.href='/buscador_admision'">
|
47 |
</form>
|
48 |
|
|
|
36 |
|
37 |
|
38 |
|
39 |
+
<input class=""type="button" value="Traumatologia" style="width: 78%; background-color:darkcyan;font-size: 2.5rem; " onclick="location.href='/buscador_trauma'">
|
40 |
<h3></h3><img src="{{ user_image1 }}" alt="" style="max-width: 100%" onclick="location.href='/buscador_trauma'">
|
41 |
<br>
|
42 |
+
<input type="button" value="Urologia" style="width: 78%; background-color:saddlebrown;font-size: 2.5rem;" onclick="location.href='/buscador_uro'">
|
43 |
<h3></h3><img src="{{ user_image2 }}" alt="" style="max-width: 100%" onclick="location.href='/buscador_uro'">
|
44 |
<br>
|
45 |
+
<input type="button" value="Admisión" style="width: 78%; background-color:dimgray;font-size: 2.5rem;" onclick="location.href='/buscador_admision'">
|
46 |
<h3></h3><img src="{{ user_image3 }}" alt="" style="max-width: 100%" onclick="location.href='/buscador_admision'">
|
47 |
</form>
|
48 |
|