-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditar.html
More file actions
53 lines (42 loc) · 1.8 KB
/
Copy patheditar.html
File metadata and controls
53 lines (42 loc) · 1.8 KB
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
52
53
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<title>Editar Calendário</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../css/reset.css">
<link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/editar-calendario.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bitter:wght@300&family=Lora:wght@500&family=Roboto:wght@300&family=Ubuntu&display=swap" rel="stylesheet">
</head>
<body>
<header>
<a href=calendario.html class="back-a">
<img src = ../photos/back.svg class="back-img" alt="Setinha para voltar">
</a>
<h1>Editar</h1>
</header>
<main>
<ul class="top-ul">
<li>Dias de atendimento</li>
</ul>
<p>   D,S,T,Q,Q,S,S</p>
<ul>
<li>Horários disponíveis</li>
</ul>
<p> </p>
<ul>
<li>Tempo de Consulta</li>
</ul>
<p> </p>
</main>
<footer>
<!-- RODAPÉ -->
<a href="pacientes.html" class="footer-a"><img src="../photos/patients.png" class="footer-img" alt="patients-icon"></a>
<a href="index.html" class="footer-a"><img src="../photos/home.png" class="footer-img" alt="home-icon"></a>
<a href="perfil.html" class="footer-a"><img src="../photos/account.png" class="footer-img" alt="profile-icon"></a>
</footer>
</body>
</html>