LeireTedCas commited on
Commit
13e94f8
·
1 Parent(s): e823cc2

Update templates/materiales_uro.html

Browse files
Files changed (1) hide show
  1. templates/materiales_uro.html +2 -2
templates/materiales_uro.html CHANGED
@@ -8,7 +8,7 @@
8
  </head>
9
  <body>
10
  <div class="login22">
11
- <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: palevioletred;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='templates/especialidad.html'"> Materiales - Cajas: </h2>
12
 
13
  <hr/>
14
 
@@ -18,7 +18,7 @@
18
 
19
  {% for titulo,nid in cajas.items() %}
20
 
21
- <a href="templates/resultado_uro.html?link={{nid}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
22
  <br>
23
  <br>
24
  <hr/>
 
8
  </head>
9
  <body>
10
  <div class="login22">
11
+ <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: palevioletred;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='especialidad.html'"> Materiales - Cajas: </h2>
12
 
13
  <hr/>
14
 
 
18
 
19
  {% for titulo,nid in cajas.items() %}
20
 
21
+ <a href="resultado_uro.html?link={{nid}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
22
  <br>
23
  <br>
24
  <hr/>