<?php

require_once 'gestionBd.php';
$gestion = new GestionBd();
$equiposArray = $gestion->obtenerReg();
?>

<!DOCTYPE HTML>
<html>
<head>

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" >

<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" >

<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" ></script>
<meta http-equiv="Content-Type" content="text/html" />
<meta accept-charset="UTF-8">


<title>Prueba</title>
</head>

<body class="container">
<header>
	<div class=""><h1>Registros de la tabla equipos</h1></div>
</header>