-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCancelar Agendamento.html
33 lines (33 loc) · 1.1 KB
/
Cancelar Agendamento.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
31
32
33
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aviso</title>
<link rel="icon" type="image/ico" href="IMAGENS/ICON003.ico">
<link rel="stylesheet" href="style.css">
<script src="JS/Index.js" type="text/javascript"></script>
</head>
<body>
<div class="site-header">
<img src="IMAGENS/logo001.png" width=320px>
</div>
<div class="container">
<br><br><center>
<h2>Aviso!</h2>
<p>Cancelamento realizado com sucesso.</p>
<p>Para ser atendido, pedimos que</p>
<p>realize um novo agendamento.</p>
<br>
<img class="emailpng" src="IMAGENS/check.png">
<div class="divbtn">
<a href="Perfil do Cliente.html"><button class="btn bt5">Voltar</button></a></center>
<br>
</div>
<br><br>
<br><br>
<div class="site-footer">
Copyright © 2024.
</div>
</body>
</html>