mirror of
https://codeberg.org/youngchief/website.git
synced 2023-12-14 07:22:56 +01:00
31 lines
No EOL
942 B
HTML
31 lines
No EOL
942 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 />
|
|
<ul>
|
|
<li><a href="index.html">Main page (index.html)</a></li>
|
|
<li><a href="style.css">CSS (style.css)</a></li>
|
|
<li><a href="template.html">Template ag(template.html)</a></li>
|
|
<li><a href="sitemap.html">Sitemap (sitemap.html)</a></li>
|
|
<li><a href="email.html">Email (email.html)</a></li>
|
|
<li><a href="otherEmails.txt">Other Emails (otherEmails.txt)</a></li>
|
|
<li><a href="pgp.html">PGP (pgp.html)</a></li>
|
|
<li><a href="services.html">Services (services.html)</a></li>
|
|
<li><a href="feed.rss">Feed [RSS] (feed.rss)</a></li>
|
|
<li><a href="feed.atom">Feed [Atom] (feed.atom)</a></li>
|
|
<li><a href="matrix.html">[matrix] (matrix.html)</a></li>
|
|
</ul>
|
|
<hr />
|
|
<footer>
|
|
<p><a href=".">Home</a></p>
|
|
</footer>
|
|
</body>
|
|
|
|
</html> |