From 537f8b4f0d26193c902a55c2b2fba5d08c783239 Mon Sep 17 00:00:00 2001 From: AceYang123 Date: Thu, 10 Aug 2023 10:32:11 -0400 Subject: [PATCH] Add files via upload --- index.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..77fc02d --- /dev/null +++ b/index.js @@ -0,0 +1,12 @@ +export default function Home() { + return ( +
+
+ Course Wiki +
+
+ Knowledge is the cheapest and most rewarding investment +
+
+ ); +}