licensesdfa

This commit is contained in:
nelle 2024-08-22 04:34:02 -06:00
parent c8e49100f4
commit a0b21e8fb9
2 changed files with 18 additions and 13 deletions

View file

@ -12,13 +12,4 @@
<li>domain registrar: <a href="https://porkbun.com/">porkbun</a></li>
<li>host: <a href="/blog/my-setup/">me :3</a></li>
</ul>
<hr /><!--
<a
href="https://git.nullafati.xyz/limepotato/nelle-observer/src/branch/main/LICENSE"
><p style="text-align: center;">License</p></a
>-->
<a href="https://git.nullafati.xyz/limepotato/nelle-observer"
><p style="text-align: center;">source code</p></a
>
<p style="text-align: center;">made with love, by nelle.</p>
<p style="text-align: center;">any issues? contact me on <a href="https://ouroboros.gay/@limepot">the fediverse</a> or send me an <a href="mailto:rzqqihgbo@mozmail.com">email</a>.</p>
<hr />

View file

@ -1,8 +1,8 @@
---
import Layout from "../layouts/Layout.astro";
import Credits from "../components/site-info/credits.astro"
import Privacy from "../components/site-info/privacy.astro"
import Frameworks from "../components/site-info/frameworks.astro"
import Credits from "../components/site-info/credits.astro";
import Privacy from "../components/site-info/privacy.astro";
import Frameworks from "../components/site-info/frameworks.astro";
---
<Layout title="site info">
@ -13,6 +13,20 @@ import Frameworks from "../components/site-info/frameworks.astro"
<Privacy />
<hr />
<Frameworks />
<a
href="https://git.nullafati.xyz/limepotato/nelle-observer/src/branch/main/LICENSE"
><p style="text-align: center;">license</p></a
>
<p>licensed under the <a href="https://thufie.lain.haus/NPL.html">nvpl-na</a></p>
<a href="https://git.nullafati.xyz/limepotato/nelle-observer"
><p style="text-align: center;">source code</p></a
>
<p style="text-align: center;">made with love, by nelle.</p>
<p style="text-align: center;">
any issues? contact me on <a href="https://ouroboros.gay/@limepot"
>the fediverse</a
> or send me an <a href="mailto:rzqqihgbo@mozmail.com">email</a>.
</p>
</section>
</main>
</Layout>