litpooh 3 anni fa
parent
commit
9fa3dafced
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      files/index.html

+ 2 - 1
files/index.html

@@ -5,7 +5,7 @@
     </head>
     <body>
         <p>INDEX</p>
-    </body>
+
     <button onclick="myFunction()">Create a file</button>
 
     <script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js">
@@ -16,4 +16,5 @@
         $.get("/createfunction");
     }
     </script>
+    </body>
 </html>