summaryrefslogtreecommitdiff
path: root/src/etc/index.php
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2023-02-23 02:19:15 -0800
committerKai Stevenson <kai@kaistevenson.com>2023-02-23 02:19:15 -0800
commit19d604f0abb40afffe82e619b24e4c63665e47de (patch)
tree839e5f20d565e6b25ddd9a6c8541bb6cbd6fc043 /src/etc/index.php
parentdfed378228447a9c798d8bfd0f4c058acda4c78c (diff)
wrote a bunch of stuff
Diffstat (limited to 'src/etc/index.php')
-rw-r--r--src/etc/index.php13
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"); ?>