diff options
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/Content.tsx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/src/Content.tsx b/app/src/Content.tsx index 1c1252f..41c5567 100644 --- a/app/src/Content.tsx +++ b/app/src/Content.tsx @@ -21,7 +21,11 @@ function ContentMain() { <div className="first-block-inner"> <h1>Steven Liu</h1> <p className="tagline">writing, building, and sharing code.</p> - <br /> + <p> + <a href="https://git.stvnliu.me/stvnliu/stvnliu.gitlab.io.git/tree/?h=v2"> + → See the source code for this site. + </a> + </p> <ButtonGroup> <Button href="https://files.stvnliu.me/cv.pdf"> My Resume (CV) |