From 8da97039bbb65b83252f6d69ec1db74b9926dbeb Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 12 May 2026 21:08:43 +0100 Subject: add alpha.174bg.net new site --- .../red-right-hand/alpha.174bg.net/src/app/page.js | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 communities/red-right-hand/alpha.174bg.net/src/app/page.js (limited to 'communities/red-right-hand/alpha.174bg.net/src/app/page.js') diff --git a/communities/red-right-hand/alpha.174bg.net/src/app/page.js b/communities/red-right-hand/alpha.174bg.net/src/app/page.js new file mode 100644 index 0000000..2d37b5c --- /dev/null +++ b/communities/red-right-hand/alpha.174bg.net/src/app/page.js @@ -0,0 +1,65 @@ +import Image from "next/image"; + +export default function Home() { + return ( +
+
+ Next.js logo +
+

+ To get started, edit the page.js file. +

+

+ Looking for a starting point or more instructions? Head over to{" "} + + Templates + {" "} + or the{" "} + + Learning + {" "} + center. +

+
+
+ + Vercel logomark + Deploy Now + + + Documentation + +
+
+
+ ); +} -- cgit v1.2.3