31 lines
944 B
PHP
Executable File
31 lines
944 B
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>GESTOR DATASET</title>
|
|
|
|
<!-- Bootstrap 4 CSS -->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.5/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-SgOJa3DmI69IUzQ2PVdRZhwQ+dy64/BUtbMJw1MZ8t5HZApcHrRKUc4W0kG879m7" crossorigin="anonymous">
|
|
|
|
|
|
<!-- CSS de DataTables -->
|
|
<link rel="stylesheet" href="https://cdn.datatables.net/2.3.0/css/dataTables.dataTables.css">
|
|
|
|
<!-- jQuery -->
|
|
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
|
|
<!-- JS de DataTables -->
|
|
<script src="https://cdn.datatables.net/2.3.0/js/dataTables.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
<nav class="navbar navbar-dark bg-dark">
|
|
<div class="container">
|
|
<a href="index.php" class="navbar-brand">GESTOR DATASET</a>
|
|
</div>
|
|
</nav> |