desultd/index.php

27 lines
1.2 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
<title>Desu, Ltd.</title>
</head>
<body>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<h1>desu.ltd?</h1>
<p>desu.ltd. The domain of me, a guy on the internet named Salt. Here and under various subdomains, I host things.</p>
<h1>Where are the goods?</h1>
<ul>
<li><a href="https://git.desu.ltd">Gitea</a> - My personal code forge</li>
<li><a href="https://nc.desu.ltd">Nextcloud</a> - For storing files and other things</li>
<li><a href="https://cowfee.moe">Pleroma</a> - A place to shitpost to strangers</li>
<li><a href="https://9iron.club/matrix">Matrix</a> - My shitty IRC non-replacement with ass voice chat</li>
</ul>
<h1>Your site is hard to navigate/looks like shit</h1>
<p>Yeah well fuck you, you look like shit too. You just don't appreciate the sleek, sexy appeal of a monospace aesthetic. You could view this site on a typewriter and it'd still look killer.</p>
<h1>Alright cool, but these headers suck</h1>
<p>I'll give you that.</p>
</div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
</body>
</html>