Add example links to front page

Fixes #13.
This commit is contained in:
Florine W. Dekker 2022-03-15 16:34:40 +01:00
parent 807f141250
commit 7b715cec8f
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
1 changed files with 7 additions and 1 deletions

8
dist/index.php vendored
View File

@ -49,7 +49,7 @@ if ($target != null && !$needs_confirmation) {
<meta name="fwd:header:title" content="fwdkr.co" />
<meta name="fwd:footer:target" content="#footer" />
<meta name="fwd:footer:vcs-url" content="https://git.fwdekker.com/fwdekker.com/fwdkr.co/" />
<meta name="fwd:footer:version" content="v1.4.3" />
<meta name="fwd:footer:version" content="v1.4.4" />
<title>fwdkr.co</title>
@ -95,6 +95,12 @@ if ($target != null && !$needs_confirmation) {
Whenever you see a "fwdkr.co" link, you can trust that it will always take you to a website
affiliated with FWDekker.
</p>
<h3>Example links</h3>
<ul>
<li><a href="https://fwdkr.co/cv">fwdkr.co/cv &ndash; My CV</a></li>
<li><a href="https://fwdkr.co/pgp">fwdkr.co/pgp &ndash; My PGP key</a></li>
</ul>
<?php
}
?>