Author: pierresmits
Date: Mon Jan 11 10:16:10 2016
New Revision: 1723998

URL: http://svn.apache.org/viewvc?rev=1723998&view=rev
Log:
[STeVe-28] Have STeVe work better with modern browse devices.
- adding meta tags for description, generator and viewport

Modified:
    steve/trunk/www/htdocs/index.html

Modified: steve/trunk/www/htdocs/index.html
URL: 
http://svn.apache.org/viewvc/steve/trunk/www/htdocs/index.html?rev=1723998&r1=1723997&r2=1723998&view=diff
==============================================================================
--- steve/trunk/www/htdocs/index.html (original)
+++ steve/trunk/www/htdocs/index.html Mon Jan 11 10:16:10 2016
@@ -6,7 +6,10 @@
         window.location = "https://vote.apache.org/cast/"; + form.issue.value + 
"/" + form.hash.value; 
         return false; 
     } 
-    </script> 
+    </script>
+    <meta name="description" content="Apache STeve is a community voting 
solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
   </head>
 
   <body>


Reply via email to