diff --git a/services.php b/services.php index b149f6e..54248df 100644 --- a/services.php +++ b/services.php @@ -9,6 +9,7 @@ $services = [ 'webmail' => ['fa' => 'envelope', 'url' => 'https://mail.tilde.team'], 'cryptpad' => ['fa' => 'sticky-note', 'url' => 'https://pad.tilde.team'], 'pastebin' => ['fa' => 'paste', 'url' => 'https://paste.tilde.team/'], + 'gopher' => ['fa' => 'floppy-o', 'url' => 'https://gopher.tilde.team'], ]; $nav = isset($navbar);