added website to new repo

This commit is contained in:
Mik-TF
2024-06-04 08:03:43 -04:00
parent 1442281a65
commit c92f8c1bba
150 changed files with 22329 additions and 75 deletions

View File

@@ -0,0 +1,11 @@
---
import { Icon } from 'astro-icon/components';
---
<section class="bg-blue-50 dark:bg-slate-800 not-prose">
<div class="max-w-6xl mx-auto px-4 sm:px-6 py-4 text-md text-center font-medium">
<span class="font-bold">
<Icon name="tabler:info-square" class="w-5 h-5 inline-block align-text-bottom" /> INCA:</span
> The Internet as intended.
</div>
</section>