-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (19 loc) · 965 Bytes
/
index.html
File metadata and controls
22 lines (19 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vaproon</title>
<link rel="stylesheet" href="./css/default.css">
<link rel="stylesheet" href="./css/fontstyle.css">
<link rel="icon" type="image/x-icon" href="./img/icon2.png">
</head>
<body class="whiteTh">
<nav class="navBtnsLinks" style="display: flex;">
<a target="dpl" class="btnsLink" href="./p/home/home.html"><button>Principal</button></a>
<a target="dpl" class="btnsLink" href="./p/vacinasAgendadas/agenda.html"><button >Vacinas Agendadas</button></a>
<a target="dpl" class="btnsLink" href="./p/AgendaFeira/agendaFeita.html"><button>Vacinas Tomadas</button></a>
<a target="dpl" class="btnsLink" href="./p/conta/contaPag.html"><button>Conta</button></a>
</nav>
<iframe id="dpl" src="p/home/home.html" name="dpl"></iframe>
</body>
</html>