website/src/email.html

25 lines
454 B
HTML
Raw Normal View History

2021-10-04 22:33:59 +02:00
<!DOCTYPE html>
<html>
<head>
<title>youngchief btw ツ</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1><a href="index.html">youngchief btw ツ</a></h1>
<hr />
<div>
<p>
Main Email: youngchief [at] altmails [dot] com<br/>
Other Emails: <a href="otherEmails.txt">here</a><br/>
PGP: <a href="pgp.html">here</a>
</p>
</div>
<hr />
<footer>
<p><a href=".">Home</a></p>
</footer>
</body>
</html>