@@ -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>