]> git.plutz.net Git - confetti/blobdiff - templates/frame.html.sh
enable drawing via android-4, quicker drawing via lines
[confetti] / templates / frame.html.sh
index 738ec2994438fc3094f6c66c44bb23c80d193f9a..5fd6e7c971137a25043f7f1ec4215793ebdd88f5 100755 (executable)
@@ -26,13 +26,14 @@ cat <<EOF
 <html>
   <head>
     <title>$(l10n p_${PAGE})</title>
+    <meta name="viewport" content="width=device-width">
     <style type="text/css">
     <!--
 * {
   font-family: sans-serif;
-  box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
+  box-sizing: border-box;
   z-index: 0;
 }
 body {