FOSSMan.website/index.html

14 lines
373 B
HTML
Raw Normal View History

2023-09-02 21:51:51 +02:00
<!DOCTYPE html>
<html>
<head>
<title>FOSSMan's Homepage</title>
<link rel="stylesheet" href="style.css">
2023-09-02 21:51:51 +02:00
</head>
<body>
<h1 id="header"><i>FOSSMan's Homepage</i></h1>
<div id="content">
2023-09-02 22:20:31 +02:00
<a href="fossman_public.asc"><img src="padlock.png"/></a>
<h2>My PGP Public Key</h2>
</div>
2023-09-02 21:51:51 +02:00
</body>
</html>