File size: 1,587 Bytes
25d2784
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	
	<title> Quirohelp </title>
			<style>
			
			.quiro {
				
				background-color: blueviolet;
				color:white;
				font-size: 3.5rem;
				
				font-family: Georgia, 'Times New Roman', Times, serif;
				



			}

			
			
			
			</style>
		

</head>
<body>
	<div class="login2">
		<h1 class="quiro"><img src="{{ user_image0 }}" alt="holaaa" style="max-width: 5%;" > QuiroHelp </h1>
		
			<p style="font-size: 1.1rem">Haz click en tu especialidad:</p>
			<form action="{{url_for('especialidad')}}" method="post">
				
				
				
				
				<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'">
				<h3></h3><img src="{{ user_image1 }}" alt="" style="max-width: 100%" onclick="location.href='http://127.0.0.1:5000/buscador_trauma'">
				<br>
				<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'">
				<h3></h3><img src="{{ user_image2 }}" alt="" style="max-width: 100%" onclick="location.href='http://127.0.0.1:5000/buscador_uro'">
				<br>
				<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'">
				<h3></h3><img src="{{ user_image3 }}" alt="" style="max-width: 100%" onclick="location.href='http://127.0.0.1:5000/buscador_admision'">
			</form>
			
	</div>
</body>
</html>