mirror of
https://codeberg.org/sofiaritz/website.git
synced 2023-09-06 01:24:41 +00:00
15 lines
288 B
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>
|