desultd/index.php

21 lines
681 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, 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>
</div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
</body>
</html>