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>
|
|
|
|
<p>desu.ltd. The domain of me, some random guy on the internet named Salt.</p>
|
|
|
|
<h1>Where are the goods?</h1>
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://git.desu.ltd">git.desu.ltd</a> - My personal code forge</li>
|
|
|
|
<li><a href="https://nc.desu.ltd">nc.desu.ltd</a> - Nextcloud, for storing files and other things</li>
|
|
|
|
</ul>
|
2020-09-11 11:07:28 -05:00
|
|
|
</div>
|
|
|
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
|
|
|
|
</body>
|
|
|
|
</html>
|