Spaces:
Runtime error
Runtime error
Update templates/especialidad.html
Browse files
templates/especialidad.html
CHANGED
@@ -55,13 +55,11 @@
|
|
55 |
<p style="font-size: 1.1rem">Haz click en tu especialidad:</p>
|
56 |
<form action="{{url_for('especialidad')}}" method="post">
|
57 |
<input type="button" value="Traumatologia" style="background-color: darkcyan; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_trauma'">
|
58 |
-
<
|
59 |
-
<br>
|
60 |
<input type="button" value="Urologia" style="background-color: saddlebrown; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_uro'">
|
61 |
-
<
|
62 |
-
<br>
|
63 |
<input type="button" value="Admisi贸n" style="background-color: dimgray; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_admision'">
|
64 |
-
<
|
65 |
</form>
|
66 |
|
67 |
</div>
|
|
|
55 |
<p style="font-size: 1.1rem">Haz click en tu especialidad:</p>
|
56 |
<form action="{{url_for('especialidad')}}" method="post">
|
57 |
<input type="button" value="Traumatologia" style="background-color: darkcyan; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_trauma'">
|
58 |
+
<img src="{{ user_image1 }}" alt="" style="max-width: 100%; margin-top: 10px;">
|
|
|
59 |
<input type="button" value="Urologia" style="background-color: saddlebrown; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_uro'">
|
60 |
+
<img src="{{ user_image2 }}" alt="" style="max-width: 100%; margin-top: 10px;">
|
|
|
61 |
<input type="button" value="Admisi贸n" style="background-color: dimgray; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_admision'">
|
62 |
+
<img src="{{ user_image3 }}" alt="" style="max-width: 100%; margin-top: 10px;">
|
63 |
</form>
|
64 |
|
65 |
</div>
|