From c04bc9a36ebfcdf6d8e2db8a6cdeb44062b66bec Mon Sep 17 00:00:00 2001 From: Wolfboy248 Date: Tue, 19 Aug 2025 13:23:17 +0200 Subject: organised pages, started work on theme --- frontend/src/pages/Home/Homepage.tsx | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 frontend/src/pages/Home/Homepage.tsx (limited to 'frontend/src/pages/Home') diff --git a/frontend/src/pages/Home/Homepage.tsx b/frontend/src/pages/Home/Homepage.tsx new file mode 100644 index 0000000..b4ac3b0 --- /dev/null +++ b/frontend/src/pages/Home/Homepage.tsx @@ -0,0 +1,31 @@ +import React from "react"; +import { Helmet } from "react-helmet"; + +const Homepage: React.FC = () => { + return ( +
+ + LPHUB | Homepage + +
+

+

Welcome to Least Portals Hub!

+

+ At the moment, LPHUB is in beta state. This means that the site has + only the core functionalities enabled for providing both collaborative + information and competitive leaderboards. +

+

+ The website should feel intuitive to navigate around. For any type of + feedback, reach us at LPHUB Discord server. +

+

+ By using LPHUB, you agree that you have read the 'Leaderboard Rules' + and the 'About LPHUB' pages. +

+
+
+ ); +}; + +export default Homepage; -- cgit v1.2.3