website-cb-mirror/src/lib/routes/Links.svelte

15 lines
288 B
Svelte

<script>
import {Link} from "svelte-navigator";
</script>
<svelte:head>
<title>enlaces - sofi web</title>
</svelte:head>
<h1>enlaces</h1>
<p>
Parece que no hay nadie por aquí...
</p>
<p>
Si quieres <Link to="/contact">habla conmigo</Link> para añadirte aquí! :)
</p>