Explorar el Código

Place <script> in <body>

Steeve Droz hace 8 años
padre
commit
3162ba6e63
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      index.html

+ 5 - 5
index.html

@@ -10,10 +10,10 @@
     We are using Node.js <script>document.write(process.versions.node)</script>,
     Chromium <script>document.write(process.versions.chrome)</script>,
     and Electron <script>document.write(process.versions.electron)</script>.
-  </body>
 
-  <script>
-    // You can also require other files to run in this process
-    require('./renderer.js')
-  </script>
+    <script>
+      // You can also require other files to run in this process
+      require('./renderer.js')
+    </script>
+  </body>
 </html>