From 7f50b87326b6a870468e06aa7cf441b9914c43ad Mon Sep 17 00:00:00 2001 From: Aidan Honor Date: Sun, 9 Mar 2025 00:23:25 -0500 Subject: [PATCH] chore/feat/content: add buttons, oss notice, change email, add some content --- src/app/page.tsx | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22b5ae1..1e86438 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,17 +1,38 @@ +import { TbWorld, TbRss } from "react-icons/tb"; + export default function Home() { return (
-
+

This domain is owned by p0ntus

- This domain is not for sale and never will be. + You are seeing this page because there is currently no project hosted at this domain. This domain is not for sale and never will be, unless I stop paying for it. Sorry, no offers are accepted.

- If you have any questions, feel free to reach out to me at admin@p0ntus.com + If you have any questions, feel free to reach out to me at aidan@p0ntus.com

This domain is not used at the moment, but will soon house something great. This page takes it's place while I work on it!

+
+ + + My Website + + + + My Blog + +
+
+
+

Copyright-free and open source on LibreCloud Git

);