Spaces:
Sleeping
Sleeping
Commit
·
b1a6a01
1
Parent(s):
b4235a2
Update templates/especialidad.html
Browse files
templates/especialidad.html
CHANGED
@@ -51,9 +51,11 @@
|
|
51 |
<input type="button" value="Traumatologia" style="background-color: darkcyan; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_trauma'">
|
52 |
<h3></h3><img src="{{ user_image1 }}" alt="" style="max-width: 100%">
|
53 |
<br>
|
|
|
54 |
<input type="button" value="Urologia" style="background-color: saddlebrown; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_uro'">
|
55 |
<h3></h3><img src="{{ user_image2 }}" alt="" style="max-width: 100%">
|
56 |
<br>
|
|
|
57 |
<input type="button" value="Admisión" style="background-color: dimgray; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_admision'">
|
58 |
<h3></h3><img src="{{ user_image3 }}" alt="" style="max-width: 100%">
|
59 |
</form>
|
|
|
51 |
<input type="button" value="Traumatologia" style="background-color: darkcyan; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_trauma'">
|
52 |
<h3></h3><img src="{{ user_image1 }}" alt="" style="max-width: 100%">
|
53 |
<br>
|
54 |
+
<br>
|
55 |
<input type="button" value="Urologia" style="background-color: saddlebrown; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_uro'">
|
56 |
<h3></h3><img src="{{ user_image2 }}" alt="" style="max-width: 100%">
|
57 |
<br>
|
58 |
+
<br>
|
59 |
<input type="button" value="Admisión" style="background-color: dimgray; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_admision'">
|
60 |
<h3></h3><img src="{{ user_image3 }}" alt="" style="max-width: 100%">
|
61 |
</form>
|