diff options
Diffstat (limited to 'src/etc')
-rw-r--r-- | src/etc/index.php | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/etc/index.php b/src/etc/index.php index 6f2a6d0..a26b774 100644 --- a/src/etc/index.php +++ b/src/etc/index.php @@ -1,9 +1,16 @@ <?php
-$title = "Et cetera";
+$title = "Et Cetera";
require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<p>
- There's nothing here.
+ It turns out that not everything falls neatly into any of the categories on my home page. This page is for those things.
</p>
-<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
\ No newline at end of file +<h2>Web Services</h2>
+<p>
+ I host a few different services on this VPS. This site--aberrantflux.xyz--doesn't need much introduction. There's also
+ <a href=https://files.aberrantflux.xyz>files.aberrantflux.xyz</a>, my file server; and
+ <a href=https://git.aberrantflux.xyz>git.aberrantflux.xyz</a>, my git server. I'm thinking about adding a web radio for
+ my music.
+</p>
+<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
|