Spaces:
Runtime error
Runtime error
Update templates/especialidad.html
Browse files
templates/especialidad.html
CHANGED
@@ -54,13 +54,13 @@
|
|
54 |
</h1>
|
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;" 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;" 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;" onclick="location.href='/buscador_admision'">
|
64 |
<h3></h3><img src="{{ user_image3 }}" alt="" style="max-width: 100%">
|
65 |
</form>
|
66 |
|
|
|
54 |
</h1>
|
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 |
</form>
|
66 |
|