desultd/index.php

30 lines
1011 B
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.</p>
<h1>Webservices</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>
</ul>
<h1>Docs</h1>
<ul>
<li><a href="/ascii">/ascii</a> - ASCII art I've collected over time</li>
</ul>
<h1>Related Websites</h1>
<ul>
<li><a href="https://www.9iron.club">9iron.club</a> - The place where me and my friends keep docs and cool shit.</li>
</ul>
</div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
</body>
</html>