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

16 lines
288 B
Svelte
Raw Normal View History

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