-
Notifications
You must be signed in to change notification settings - Fork 0
/
eschugo.html
30 lines (27 loc) · 1.2 KB
/
eschugo.html
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1">
<title>Escolha</title>
<link rel="shortcut icon" type="imagem/x-icon" href="Logo-hugo2-2014.png"/>
</head>
<body>
<div style="text-align: center; border: black;">
<img src="Logo-hugo2-2014.png" alt="logo da Anchieta" width=600px>
</div>
<div>
<p><br/><br/></p>
</div>
<card>
<div class="container-button" style= "text-align: center;" >
<button style="background: #5bbbcb; padding: 1%; padding-left: 26px;padding-right: 26px;">
<a href="http://crd.med.br/crdchamados.php?name=19" style="font-size: 35px; background: #5bbbcb; color: rgb(224, 224, 224); text-decoration: none;">Clique Aqui para Solicitar a Revisão do Laudo</a>
</button>
<p><br/><br/></p>
<button style="background: #225282; padding: 1%;">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdSA_gUfz3-hk7lJQBQdBVTsS3UJFDeLzKAqsy8xyNCs25vLA/viewform" style="font-size: 35px; background: #225282; color: rgb(224, 224, 224); text-decoration: none;">Clique Aqui para Avaliar a Qualidade do Laudo</a>
</button>
</div>
</card>
</body>
</html>