<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>hDC Agency - a sua agência web</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
</head>
<body>
<div class="container text-center">
<h1 class="display-3 m-5">Hello, Bootstrap!</h1>
<p class="lead">
Use este documento como um template para iniciar qualquer projeto novo.<br>
Tudo o que tem aqui é esse texto e um HTML inicial, bem básico.
</p>
</div>
<!-- Siga a ordem: 1º o jQuery, 2º o Popper.js, e 3º o Bootstrap 4º o JS -->
<script src="node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="node_modules/popper.js/dist/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="js/scritps.js"></script>
</body>
</html>