added nojs warning

This commit is contained in:
nin0 2024-07-29 16:23:17 -04:00
parent fc7959737f
commit b47f03ff2a
2 changed files with 25 additions and 0 deletions

View file

@ -1,5 +1,6 @@
---
import Contacts from "../components/Contacts.astro";
import FearOfTechnology from "../components/FearOfTechnology.astro";
import GroupBox from "../components/GroupBox.astro";
import Me from "../components/Me.astro";
import Presence from "../components/Presence.astro";
@ -9,6 +10,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
---
<BaseLayout tabTitle="Home - nin0dev">
<FearOfTechnology />
<Window title="Home" maxWidth="600px">
<Me />
<Presence />