2020-09-11 11:07:28 -05:00
|
|
|
<!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">
|
2020-12-20 08:20:13 -06:00
|
|
|
<h1>desu.ltd?</h1>
|
2021-01-19 20:17:32 -06:00
|
|
|
<p>desu.ltd. The domain of me, a guy on the internet named Salt.</p>
|
2021-01-19 20:16:53 -06:00
|
|
|
<h1>Webservices</h1>
|
2020-12-20 08:20:13 -06:00
|
|
|
<ul>
|
2020-12-20 08:35:33 -06:00
|
|
|
<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>
|
2020-12-20 08:20:13 -06:00
|
|
|
</ul>
|
2021-01-19 20:16:53 -06:00
|
|
|
<h1>Docs</h1>
|
|
|
|
<ul>
|
|
|
|
<li><a href="/ascii">/ascii</a> - ASCII art I've collected over time</li>
|
|
|
|
</ul>
|
2020-09-11 11:07:28 -05:00
|
|
|
</div>
|
|
|
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
|
|
|
|
</body>
|
|
|
|
</html>
|