LeireTedCas commited on
Commit
4289ba8
1 Parent(s): 05ec5da

Update templates/especialidad.html

Browse files
Files changed (1) hide show
  1. templates/especialidad.html +3 -3
templates/especialidad.html CHANGED
@@ -48,15 +48,15 @@
48
  </h1>
49
  <p style="font-size: 1.1rem">Haz click en tu especialidad:</p>
50
  <form action="{{url_for('especialidad')}}" method="post">
51
- <input type="button" value="Traumatología" 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%" onclick="location.href='/buscador_trauma'">
53
  <br>
54
  <br>
55
- <input type="button" value="Urología" 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%" onclick="location.href='/buscador_uro'">
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%" onclick="location.href='/buscador_admision'">
61
  </form>
62
  </div>
 
48
  </h1>
49
  <p style="font-size: 1.1rem">Haz click en tu especialidad:</p>
50
  <form action="{{url_for('especialidad')}}" method="post">
51
+ <input type="button" value="Traumatología" style="background-color: darkcyan; font-size: 2.5rem; margin-bottom: 10px; color: black;" onclick="location.href='/buscador_trauma'">
52
  <h3></h3><img src="{{ user_image1 }}" alt="" style="max-width: 100%" onclick="location.href='/buscador_trauma'">
53
  <br>
54
  <br>
55
+ <input type="button" value="Urología" style="background-color: saddlebrown; font-size: 2.5rem; margin-bottom: 10px; color: black;" onclick="location.href='/buscador_uro'">
56
  <h3></h3><img src="{{ user_image2 }}" alt="" style="max-width: 100%" onclick="location.href='/buscador_uro'">
57
  <br>
58
  <br>
59
+ <input type="button" value="Admisión" style="background-color: dimgray; font-size: 2.5rem; margin-bottom: 10px; color: black;" onclick="location.href='/buscador_admision'">
60
  <h3></h3><img src="{{ user_image3 }}" alt="" style="max-width: 100%" onclick="location.href='/buscador_admision'">
61
  </form>
62
  </div>