Browse Source

Some small fixes

litpooh 3 years ago
parent
commit
9fa3dafced
1 changed files with 2 additions and 1 deletions
  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>