diff options
author | crupest <crupest@outlook.com> | 2023-09-20 19:54:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-20 19:54:18 +0800 |
commit | 4165ca210d9660a67b16089c31b7f65b8b09e019 (patch) | |
tree | 2e82b0a14aa5d78121f44ba3427275dacba3edab /FrontEnd/src/pages/home/index.tsx | |
parent | 0b110df59aa98f78d3dd491e4c7ef310cee3c166 (diff) | |
download | timeline-4165ca210d9660a67b16089c31b7f65b8b09e019.tar.gz timeline-4165ca210d9660a67b16089c31b7f65b8b09e019.tar.bz2 timeline-4165ca210d9660a67b16089c31b7f65b8b09e019.zip |
...
Diffstat (limited to 'FrontEnd/src/pages/home/index.tsx')
-rw-r--r-- | FrontEnd/src/pages/home/index.tsx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/home/index.tsx b/FrontEnd/src/pages/home/index.tsx index 76a3d18c..c29a1ca5 100644 --- a/FrontEnd/src/pages/home/index.tsx +++ b/FrontEnd/src/pages/home/index.tsx @@ -2,6 +2,11 @@ import "./index.css"; export default function HomePage() { return ( - <div className="home-page">Be patient! I'm working on this...</div> + <> + <div className="home-page">Be patient! I'm working on this...</div> + <div className="home-page-2"> + Have a look at <a href="/crupest">here</a>! + </div> + </> ); } |