LeireTedCas commited on
Commit
9d55c7b
·
1 Parent(s): 091380f

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +41 -0
index.html ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+
6
+ <title> Quirohelp </title>
7
+ <style>
8
+
9
+ .quiro {
10
+ background-color: blueviolet;
11
+ color: white;
12
+ font-size: 3.5rem;
13
+ font-family: Georgia, 'Times New Roman', Times, serif;
14
+ }
15
+ </style>
16
+
17
+
18
+ </head>
19
+ <body>
20
+ <div class="login2">
21
+ <h1 class="quiro"><img src="{{ user_image0 }}" alt="holaaa" style="max-width: 5%;"> QuiroHelp </h1>
22
+
23
+ <p style="font-size: 1.1rem">Haz click en tu especialidad:</p>
24
+ <form action="{{url_for('especialidad')}}" method="post">
25
+
26
+
27
+
28
+
29
+ <input class="" type="button" value="Traumatologia" style="width: 78%; background-color:darkcyan;font-size: 1.5rem; " onclick="location.href='http://127.0.0.1:5000/buscador_trauma'">
30
+ <h3></h3><img src="{{ user_image1 }}" alt="" style="max-width: 100%" onclick="location.href='http://127.0.0.1:5000/buscador_trauma'">
31
+ <br>
32
+ <input type="button" value="Urologia" style="width: 78%; background-color:saddlebrown;font-size: 1.5rem;" onclick="location.href='http://127.0.0.1:5000/buscador_uro'">
33
+ <h3></h3><img src="{{ user_image2 }}" alt="" style="max-width: 100%" onclick="location.href='http://127.0.0.1:5000/buscador_uro'">
34
+ <br>
35
+ <input type="button" value="Admisión" style="width: 78%; background-color:dimgray;font-size: 1.5rem;" onclick="location.href='http://127.0.0.1:5000/buscador_admision'">
36
+ <h3></h3><img src="{{ user_image3 }}" alt="" style="max-width: 100%" onclick="location.href='http://127.0.0.1:5000/buscador_admision'">
37
+ </form>
38
+
39
+ </div>
40
+ </body>
41
+ </html>