I am editing an html template to adapt it to a personal project, then when I create the different buttons to reference their pages, there is one that does not allow me to send it, apparently it is blocked and I have reviewed all the html and css code. please help me.
here is the html code.
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#" data-nav-section="home"><span>Inicio</span></a></li>
<li><a href="#" data-nav-section="services"><span>Servicios</span></a></li>
<li><a href="#" data-nav-section="register"><span>Registrarse</span></a></li>
<li><a href="#" data-nav-section="contact"><span>Contactenos</span></a></li>
<li><a href="Inicio.html"> <span>Login</span></a></li>
</ul>
</div>
</nav>
This is the template I use: link