From 727ed753a9c540c71f00bafa6e43ad4cb42321f2 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 16 May 2015 16:37:53 +0200 Subject: responsive: introduce a hamburger navicon to toggle the menu on smaller devices --- host.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'host.php') diff --git a/host.php b/host.php index f411b78..91e37f0 100644 --- a/host.php +++ b/host.php @@ -14,6 +14,11 @@ html_start(); printf("
", htmlentities($host)); printf("%s", htmlentities($host)); + echo << + + +EOT; if (!strlen($host) || !$plugins = collectd_plugins($host)) { echo "Unknown host\n"; -- cgit v1.1