You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by pi...@apache.org on 2016/01/11 11:16:11 UTC

svn commit: r1723998 - /steve/trunk/www/htdocs/index.html

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>