partes
<!DOCTYPE html > <html lang = "en" > <head> <style> .nav-pills .nav-link.active , .show > .nav-pills .nav-link { background : #009929 !important } </style> <meta charset = "UTF-8" > <meta name = "viewport" content = "width=device-width, initial-scale=1" > <title> Ejemplo MVC </title> <!--===================================== PLUGINS DE CSS ======================================--> <link href = "vistas/css/bootstrap.min.css" rel = "stylesheet" > <link href = "vistas/css/buttons.bootstrap5.min.css" rel = "stylesheet" > <script src = "vistas/js/bootstrap.bundle.min.js" ></script> ...