summaryrefslogtreecommitdiff
path: root/html
AgeCommit message (Collapse)Author
2018-06-18Link /src to /srv/src, rather than individual filesAdam Spragg
2018-06-06Add /obs/server-status and index file for /obsAdam Spragg
2018-06-06Add icons to the website sub-headingsAdam Spragg
Also add an /about page with licensing info for the icons, as well as links to their sources, and other random trivia and nerdery.
2018-06-06Fix HTML validation issues on <html> and <link>Adam Spragg
<html> should have a 'lang=""' attribute, and </link> tags are not allowed by the spec.
2018-06-06Change alias for /icons to symlink for /img/iconsAdam Spragg
So we don't conflict with the alias for /icons/ already set up by mod_alias, and in use by mod_autoindex. Seriously, who thought it would be a good idea to reserve the /icons namespace, as if no website might already want to use that???
2018-05-31First fully working config and content for the siteAdam Spragg