Browse Source

all js in body

Raanan Weber 5 years ago
parent
commit
026aaa0981
1 changed files with 8 additions and 5 deletions
  1. 8 5
      Playground/index.html

+ 8 - 5
Playground/index.html

@@ -5,17 +5,14 @@
         <title>Babylon.js Playground</title>
         <meta charset='utf-8' />
         <meta name="viewport" content="width=device-width, user-scalable=no">
+        <meta name="description" content="Babylon.js playground is a live editor for Babylon.js WebGL scenes">
+        <meta name="keywords" content="Babylon.js,WebGL,3D">
         <link rel="shortcut icon" href="https://www.babylonjs.com/favicon.ico">
 
         <link rel="stylesheet" href="https://use.typekit.net/cta4xsb.css" />
         <link rel="stylesheet" href="css/index.css" />
         <link rel="stylesheet" href="css/index_mobile.css" />
 
-        <!-- Pep -->
-        <script src="js/libs/pep.min.js"></script>
-        <!-- For canvas/code separator -->
-        <script src="js/libs/split.js"></script>
-
     </head>
 
     <body>
@@ -389,6 +386,12 @@
             </div>
         </div>
 
+        
+        <!-- Pep -->
+        <script src="js/libs/pep.min.js"></script>
+        <!-- For canvas/code separator -->
+        <script src="js/libs/split.js"></script>
+
         <!-- DatGUI -->
         <script src="js/libs/dat.gui.min.js"></script>
         <!-- jszip -->