mirror of https://gitlab.com/m3f_usm/cms-sveltekit
fix de navigator
parent
eef3d6d342
commit
92e485c60d
|
@ -4,7 +4,7 @@
|
|||
|
||||
<div class="bg-dark text-light py-2 sticky-top">
|
||||
<div class="container">
|
||||
<a href={`${base}/#top`}>Inicio</a>
|
||||
<a href={base}>Inicio</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -18,9 +18,4 @@
|
|||
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.
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue