added nojs warning
This commit is contained in:
parent
fc7959737f
commit
b47f03ff2a
2 changed files with 25 additions and 0 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue