Explorar o código

Some small fixes

litpooh %!s(int64=3) %!d(string=hai) anos
pai
achega
9fa3dafced
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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>