diff --git a/cgi-bin/info.sh b/cgi-bin/info.sh index fe036df..a79568e 100755 --- a/cgi-bin/info.sh +++ b/cgi-bin/info.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/sh # -*- coding: utf-8 -*- printf "Content-type: text/html; charset=UTF-8\n" printf "\n" @@ -12,6 +12,5 @@ printf 'disk space:used: %s | free: %s\n' "$(df printf '' -# exit 0 diff --git a/mypages.php b/mypages.php index 80f84a2..5123c46 100644 --- a/mypages.php +++ b/mypages.php @@ -52,10 +52,14 @@ $links = [ "href" => "suckmore/", "icon" => "globe" ], - "tilde.team avatars" => [ + "avatars" => [ "href" => "avatars/", "icon" => "users" ], + "taglines" => [ + "href" => "taglines/", + "icon" => "quote-left" + ], "assorted images" => [ "href" => "img/", "icon" => "file-image-o"