diff options
Diffstat (limited to 'links/index.php')
-rw-r--r-- | links/index.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/links/index.php b/links/index.php new file mode 100644 index 0000000..a5cf83f --- /dev/null +++ b/links/index.php @@ -0,0 +1,8 @@ +<?php +$title = "Egress Links"; +include('../includes/head.php'); +?> + +<p> + If you're going to leave my site to go somewhere else on the web, I recommend linking out via one of these. This is my curated collection of awesome sites, resources, and online assets. +</p> |