aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/home/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/pages/home/index.tsx')
-rw-r--r--FrontEnd/src/pages/home/index.tsx12
1 files changed, 12 insertions, 0 deletions
diff --git a/FrontEnd/src/pages/home/index.tsx b/FrontEnd/src/pages/home/index.tsx
new file mode 100644
index 00000000..c29a1ca5
--- /dev/null
+++ b/FrontEnd/src/pages/home/index.tsx
@@ -0,0 +1,12 @@
+import "./index.css";
+
+export default function HomePage() {
+ return (
+ <>
+ <div className="home-page">Be patient! I&apos;m working on this...</div>
+ <div className="home-page-2">
+ Have a look at <a href="/crupest">here</a>!
+ </div>
+ </>
+ );
+}