From 2059f76cb71338537a706085f88d19a40089d0f2 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 30 Jul 2026 08:10:18 +0100 Subject: add header warning --- 174bg/website/src/app/layout.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/174bg/website/src/app/layout.js b/174bg/website/src/app/layout.js index c12d68f..47b1929 100644 --- a/174bg/website/src/app/layout.js +++ b/174bg/website/src/app/layout.js @@ -11,7 +11,12 @@ export const metadata = { export default function RootLayout({ children }) { return ( - {children} + +
+ This site is under construction, bare with us! +
+
{children}
+ ); } -- cgit v1.2.3