mirror of
https://codeberg.org/youngchief/website.git
synced 2023-12-14 07:22:56 +01:00
25 lines
No EOL
454 B
HTML
25 lines
No EOL
454 B
HTML
<!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> |