From e623ec6a50b867aa5f14af7b35057ab08f324ba8 Mon Sep 17 00:00:00 2001 From: periodicbrake Date: Sat, 20 Jun 2026 00:13:32 +0200 Subject: [PATCH] filled contact page --- src/app/contact/page.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/app/contact/page.tsx diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..b3169aa --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,11 @@ +export default function Contact() { + return ( + <> +
+

contact me on Discord: gamrston

+

contact me on Telegram: periodicbrake

+

contact me via Email: periodicbrake63@gmail.com

+
+ + ) +} \ No newline at end of file