LeireTedCas commited on
Commit
0679625
1 Parent(s): e6544f8

Update templates/ambulancias.html

Browse files
Files changed (1) hide show
  1. templates/ambulancias.html +2 -6
templates/ambulancias.html CHANGED
@@ -65,7 +65,7 @@
65
  <!--<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: lightcyan;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='/buscador_admision'"> Ambulancias: </h2>
66
  <h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
67
  <hr/>-->
68
- <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 3rem; background-color: darkcyan; max-width: 100%; overflow: hidden; display: flex; align-items: center;">
69
  <div class="container">
70
  <div class="element">
71
  <img src="{{ user_image7 }}" alt="Atrás" onclick="location.href='/especialidad'">
@@ -74,7 +74,7 @@
74
  <p class="text2">Volver</p>
75
  </div>
76
  <div class="element">
77
- <p class="text">TRAUMATOLOGIA</p>
78
  </div>
79
  <div class="element">
80
  <p class="text2">Ajustes</p>
@@ -114,7 +114,3 @@
114
 
115
 
116
 
117
-
118
- </div>
119
- </body>
120
- </html>
 
65
  <!--<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: lightcyan;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='/buscador_admision'"> Ambulancias: </h2>
66
  <h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
67
  <hr/>-->
68
+ <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 3rem; background-color: lightcyan; max-width: 100%; overflow: hidden; display: flex; align-items: center;">
69
  <div class="container">
70
  <div class="element">
71
  <img src="{{ user_image7 }}" alt="Atrás" onclick="location.href='/especialidad'">
 
74
  <p class="text2">Volver</p>
75
  </div>
76
  <div class="element">
77
+ <p class="text">AMBULANCIAS</p>
78
  </div>
79
  <div class="element">
80
  <p class="text2">Ajustes</p>
 
114
 
115
 
116