소스 검색

Some small fixes

litpooh 3 년 전
부모
커밋
9fa3dafced
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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>