2024-08-11 00:42:57 -06:00
|
|
|
---
|
|
|
|
import Layout from "../layouts/Layout.astro";
|
|
|
|
---
|
|
|
|
|
2024-08-12 01:15:48 -06:00
|
|
|
<Layout title="Welcome to Astro.">
|
|
|
|
<main>
|
2024-08-11 00:42:57 -06:00
|
|
|
<!-- Title Area -->
|
2024-08-11 01:32:31 -06:00
|
|
|
<section class="content">
|
2024-08-11 00:42:57 -06:00
|
|
|
<p>hello, what brings you here?</p>
|
|
|
|
<p>
|
|
|
|
my name is nelle (not Nelle, nelle), some call me <span class="glitch">[data expunged]</span>.
|
|
|
|
<br />
|
|
|
|
i am a 20-something year old, <span class="glitch">[data expunged]</span>, with not much else going on.
|
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
<section class="content">
|
|
|
|
<div id="lastfm-widget" style="text-align: center;">
|
|
|
|
<div id="widget">
|
|
|
|
<a href="https://www.last.fm/user/LimePotato"
|
|
|
|
><i class="nf nf-md-music"></i> <span id="song">⌛</span></a>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<span style="font-size: small;"
|
|
|
|
>latest played song on <a href="http://last.fm" target="_blank"
|
|
|
|
>last.fm</a
|
|
|
|
></span
|
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
</Layout>
|