]> _ Git - fluidbook-html5.git/commitdiff
wip #3751 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 1 Jul 2020 12:52:33 +0000 (14:52 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 1 Jul 2020 12:52:33 +0000 (14:52 +0200)
_index.html

index d3c3c10fb9fe56b248ffcc69ae1381c1065b4b00..b9ca018f31b23e8ba6c0e41df0ef563ebd8cf850 100644 (file)
     <!--<meta name="apple-mobile-web-app-capable" content="yes">-->
     <meta name="viewport" content="initial-scale=1,minimum-scale=1,user-scalable=no">
     <meta name="google" content="notranslate">
+    <style type="text/css">
+        * {
+            padding: 0;
+            margin: 0;
+        }
+        body, html {
+            background-color:#<!-- $bgcolor -->;
+            width: 100%;
+            height: 100%;
+        }
+    </style>
     <!-- $description -->
     <!-- $opengraph -->
     <!-- $twittercard -->
-    <!-- $style -->
-    <!-- $startpage -->
-    <!-- $script -->
-    <!-- $ga -->
-    <!-- $favicon -->
     <!-- $canonical -->
     <!-- $prev -->
     <!-- $next -->
     <!-- $robots -->
+    <!-- $favicon -->
+    <!-- $style -->
+    <!-- $startpage -->
+    <!-- $script -->
+    <!-- $ga -->
 </head>
-<body style="background-color:#<!-- $bgcolor -->;" data-branch="menus">
+<body data-branch="master">
 <!--googleoff: all-->
 <!-- $beginbody -->
 <div style="display:none;" id="svg-container"><!-- $svg --></div>