LeireTedCas commited on
Commit
fce222b
1 Parent(s): 0804068

Update templates/especialidad.html

Browse files
Files changed (1) hide show
  1. templates/especialidad.html +3 -3
templates/especialidad.html CHANGED
@@ -49,15 +49,15 @@
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%">
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%">
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>
62
  </div>
63
  </body>
 
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>
63
  </body>