fix: pruebas

This commit is contained in:
christian.julian 2025-06-15 19:53:04 -06:00
parent 117581f491
commit db4ec205ae
1 changed files with 4 additions and 8 deletions

View File

@ -39,7 +39,6 @@ if(isset($resultado['estado'])){
<link rel="stylesheet" href="assets/fontawesome/css/fontawesome.css">
<link rel="stylesheet" href="assets/fontawesome/css/brands.css">
<link rel="stylesheet" href="assets/fontawesome/css/solid.css">
<link href='https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css' rel='stylesheet'>
<title>Control de candidatos</title>
</head>
<body>
@ -60,12 +59,10 @@ if(isset($resultado['estado'])){
</section>
<!-- .SIDEBAR -->
<section id="content">
<!-- ========== MAIN ========== -->
<nav>
<i class='bx bx-menu toggle-sidebar'></i>
</nav>
<main>
<h1 class="title" style="margin: 2% 1%">Control</h1>
@ -106,9 +103,8 @@ if(isset($resultado['estado'])){
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- <script src="../js/sidebar-navbar.js"></script> -->
<script src="../js/sidebar-navbar.js"></script>
<script src="../js/control-candidato.js"></script>
<script src="..js/inicio.js"></script>
</body>
</html>