Spaces:
Running
Running
Commit
·
7afe77b
1
Parent(s):
1be72c3
Update templates/buscador_trauma.html
Browse files
templates/buscador_trauma.html
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='ajustes.html'">AJUSTES <img src='../static/IMG/ajustes.png' alt="" style="max-width:18%;" ></h3>
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
|
15 |
-
<form action="{{url_for('buscador_trauma')}}" method="post">
|
16 |
<input type="search" name="busqueda" placeholder="Escriba aquí la busqueda a realizar" style="box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);width: 70%; border:3px solid black; border-radius: 10px;font-size: 1.5rem;"required="required" >
|
17 |
|
18 |
|
|
|
12 |
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='ajustes.html'">AJUSTES <img src='../static/IMG/ajustes.png' alt="" style="max-width:18%;" ></h3>
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
|
15 |
+
<form action="{{url_for('buscador_trauma.html')}}" method="post">
|
16 |
<input type="search" name="busqueda" placeholder="Escriba aquí la busqueda a realizar" style="box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);width: 70%; border:3px solid black; border-radius: 10px;font-size: 1.5rem;"required="required" >
|
17 |
|
18 |
|