From d26a5fd30dcbcf9343be4dc38e29d170889d0f46 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 19 Jan 2012 16:51:16 -0800 Subject: [PATCH] Add viewport meta tags. --- src/main/webapp/client.xhtml | 1 + src/main/webapp/index.xhtml | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/webapp/client.xhtml b/src/main/webapp/client.xhtml index ee9cd21..ae0df24 100644 --- a/src/main/webapp/client.xhtml +++ b/src/main/webapp/client.xhtml @@ -25,6 +25,7 @@ + Guacamole ${project.version} diff --git a/src/main/webapp/index.xhtml b/src/main/webapp/index.xhtml index 35c399a..4d0bc2e 100644 --- a/src/main/webapp/index.xhtml +++ b/src/main/webapp/index.xhtml @@ -24,6 +24,7 @@ + Guacamole ${project.version} -- 1.7.10.4