Spaces:
Runtime error
Runtime error
Update templates/especialidad.html
Browse files
templates/especialidad.html
CHANGED
@@ -55,11 +55,14 @@
|
|
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
|
|
|
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
|
|
|
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
|
|
|
63 |
</form>
|
64 |
|
65 |
</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 |
+
<h3></h3><img src="{{ user_image1 }}" alt="" style="max-width: 100%">
|
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 |
+
<h3></h3><img src="{{ user_image2 }}" alt="" style="max-width: 100%">
|
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 |
+
<h3></h3><img src="{{ user_image3 }}" alt="" style="max-width: 100%">
|
65 |
+
|
66 |
</form>
|
67 |
|
68 |
</div>
|