fix de navigator

master
Francisco Sandoval 2024-03-08 00:47:33 -03:00
parent eef3d6d342
commit 92e485c60d
2 changed files with 1 additions and 6 deletions

View File

@ -4,7 +4,7 @@
<div class="bg-dark text-light py-2 sticky-top"> <div class="bg-dark text-light py-2 sticky-top">
<div class="container"> <div class="container">
<a href={`${base}/#top`}>Inicio</a> <a href={base}>Inicio</a>
</div> </div>
</div> </div>

View File

@ -18,9 +18,4 @@
Because of that, we don't need to load any JavaScript. Try viewing the page's source, or opening Because of that, we don't need to load any JavaScript. Try viewing the page's source, or opening
the devtools network panel and reloading. the devtools network panel and reloading.
</p> </p>
<p>
The <a href="/sverdle">Sverdle</a> page illustrates SvelteKit's data loading and form handling. Try
using it with JavaScript disabled!
</p>
</div> </div>