%PDF- %PDF-
| Direktori : /home/vacivi36/public_bakcup/produtos-covid/ |
| Current File : /home/vacivi36/public_bakcup/produtos-covid/index.php |
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Produtos Covid, Testes, Teste RT-PCR, Teste Rápido de Sangue, Teste Rápido de Antígeno (SWAB Nasal), Teste de Anticorpo Neutralizante ">
<meta name="description" content="Quer saber se está com Covid-19 ou se já desenvolveu anticorpos?">
<meta name="author" content="Igor Henrique Constant - Duetto.Ag">
<!-- OgTags -->
<title>Vacivitta - Produtos COVID</title>
<!-- AOS -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="assets/css/main.css">
<!-- FontAwesome -->
<script src="https://kit.fontawesome.com/7bc0885a91.js" crossorigin="anonymous"></script>
<!-- GoogleFonts -->
<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=Noto+Sans+KR:wght@400;700;900&display=swap" rel="stylesheet">
</head>
<body>
<header>
<?php include('pages/header.php') ?>
</header>
<main>
<section id="services">
<?php include('pages/services.php') ?>
</section>
<section id="about">
<?php include('pages/about.php') ?>
</section>
<section id="ctaBlock">
<?php include('pages/ctaBlock.php') ?>
</section>
<section id="contact">
<?php include('pages/contact.php') ?>
</section>
</main>
<footer>
<?php include('pages/footer.php') ?>
</footer>
<!-- JS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.11/jquery.mask.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>