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

25 lines
727 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>
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" rel="noopener">
2023-01-01 23:14:04 +00:00
<img src="https://cadence.moe/static/img/cadence_now.png" alt="The text &quot;cadence now!&quot; 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>