JPLTedCas commited on
Commit
03d9bd9
1 Parent(s): 0a054bd

Update templates/especialidad.html

Browse files
Files changed (1) hide show
  1. templates/especialidad.html +4 -1
templates/especialidad.html CHANGED
@@ -45,7 +45,10 @@
45
  </head>
46
  <body>
47
  <div class="login2">
48
- <h1 class="quiro"><img src="{{ user_image0 }}" alt="holaaa" style="max-width: 5%;"> QuiroHelp </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;" onclick="location.href='/buscador_trauma'">
 
45
  </head>
46
  <body>
47
  <div class="login2">
48
+ <!--<h1 class="quiro"><img src="{{ user_image0 }}" alt="holaaa" style="max-width: 5%;"> QuiroHelp </h1>-->
49
+ <h1 class="quiro">
50
+ <img src="{{ user_image0 }}" alt="holaaa" style="max-width: 100%;"> QuiroHelp
51
+ </h1>
52
  <p style="font-size: 1.1rem">Haz click en tu especialidad:</p>
53
  <form action="{{url_for('especialidad')}}" method="post">
54
  <input type="button" value="Traumatologia" style="background-color: darkcyan; font-size: 2.5rem;" onclick="location.href='/buscador_trauma'">