desultd/index.php

22 lines
673 B
PHP
Raw Permalink Normal View History

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>
2023-02-14 17:00:17 -06:00
<p>desu.ltd. The domain of me, a guy on the internet.</p>
<p>There's not much here, at least that you should care about.</p>
2021-01-19 20:16:53 -06:00
<h1>Docs</h1>
<ul>
<li><a href="/about">/about</a> - A page with some info about me</li>
2021-01-19 20:16:53 -06:00
<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>