mirror of
https://codeberg.org/sofiaritz/website.git
synced 2023-09-06 01:24:41 +00:00
21 lines
644 B
Svelte
21 lines
644 B
Svelte
|
<script>
|
||
|
import {Link} from "svelte-navigator";
|
||
|
</script>
|
||
|
|
||
|
<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>
|
||
|
|
||
|
<h2>menciones</h2>
|
||
|
<ul>
|
||
|
<li>Cadence por la inspiración que he tomado de su página web :)<br>
|
||
|
<a href="https://cadence.moe" target="_blank">
|
||
|
<img src="https://cadence.moe/static/img/cadence_now.png" alt="The text "cadence now!" on a purple background. There is a moon-shaped logo on the left side and a tiny star in the bottom right." width="88" height="31">
|
||
|
</a>
|
||
|
</li>
|
||
|
</ul>
|