-
Notifications
You must be signed in to change notification settings - Fork 0
/
eschcampitum.html
29 lines (26 loc) · 1.13 KB
/
eschcampitum.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1">
<title>Escolha</title>
</head>
<body>
<div style="text-align: center; border: black;">
<img src="logo-diagnose-ceres.png" alt="logo do Diagnose Ceres" width=400px>
</div>
<div>
<p><br/><br/></p>
</div>
<card>
<div class="container-button" style= "text-align: center;" >
<button style="background: #4784f6; padding: 1%; padding-left: 26px;padding-right: 26px;">
<a href="http://crd.med.br/crdchamados.php?name=8" style="font-size: 35px; background: #4784f6; 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: #007fc4; padding: 1%;">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdSA_gUfz3-hk7lJQBQdBVTsS3UJFDeLzKAqsy8xyNCs25vLA/viewform" style="font-size: 35px; background: #007fc4; color: rgb(224, 224, 224); text-decoration: none;">Clique Aqui para Avaliar a Qualidade do Laudo</a>
</button>
</div>
</card>
</body>
</html>