diff options
author | 53hornet <atc@53hor.net> | 2021-12-11 11:26:18 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-12-11 11:26:18 -0500 |
commit | 00d6a7d10f6267e437b330aa99df091bfc7c67b6 (patch) | |
tree | b3ffb8fc4f09933ebc8ed9c90f03412250199dd8 /pages/links.php | |
parent | de9bbfdb8f0d3b366e76a5cc775690f7315c740f (diff) | |
download | 53hor-routing.tar.xz 53hor-routing.zip |
chore: organize pages and use router/renderer, organize assetsrouting
Diffstat (limited to 'pages/links.php')
-rw-r--r-- | pages/links.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pages/links.php b/pages/links.php new file mode 100644 index 0000000..6c75b67 --- /dev/null +++ b/pages/links.php @@ -0,0 +1,13 @@ +<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> |