add view src text

This commit is contained in:
Lee 2023-07-01 22:30:23 +01:00
parent f3191ccf85
commit fcfd0dc74e

@ -25,6 +25,15 @@ export default function Home() {
);
})}
</div>
<h1 className="mt-5 text-blue-300">
<a
href="https://git.fascinated.cc/Fascinated/personal-website"
target="_blank"
>
View the website source here
</a>
</h1>
</div>
</div>
</main>