summaryrefslogtreecommitdiff
path: root/links/index.php
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-12-11 11:26:18 -0500
committer53hornet <atc@53hor.net>2021-12-11 11:26:18 -0500
commit00d6a7d10f6267e437b330aa99df091bfc7c67b6 (patch)
treeb3ffb8fc4f09933ebc8ed9c90f03412250199dd8 /links/index.php
parentde9bbfdb8f0d3b366e76a5cc775690f7315c740f (diff)
download53hor-00d6a7d10f6267e437b330aa99df091bfc7c67b6.tar.xz
53hor-00d6a7d10f6267e437b330aa99df091bfc7c67b6.zip
chore: organize pages and use router/renderer, organize assetsrouting
Diffstat (limited to 'links/index.php')
-rw-r--r--links/index.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/links/index.php b/links/index.php
deleted file mode 100644
index 3012a69..0000000
--- a/links/index.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-include('../includes/head.php');
-?>
-<h1>Egress Links</h1>
-
-<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>
-
-<h2>Automotive</h2>
-
-<h2>*nix</h2>
-
-<ul>
- <li><a href="https://docs.freebsd.org/en/books/handbook/">FreeBSD Handbook</a></li>
-</ul>
-
-<?php
-include('../includes/foot.php');
-?>