LeireTedCas commited on
Commit
02f9070
·
1 Parent(s): a7579e4

Update templates/especialidad.html

Browse files
Files changed (1) hide show
  1. templates/especialidad.html +2 -2
templates/especialidad.html CHANGED
@@ -48,11 +48,11 @@
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="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>
 
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%">
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>