Untitled

 avatar
unknown
plain_text
3 years ago
574 B
4
Indexable
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
</head>

<body>
  <form action="" id="jqery-upload-form" enctype="multipart/form-data">
    <input id="file" type="file" name="file" />
    <input id="jquery-upload-button" type="button" value="Upload" />
  </form>
  <script src="./node_modules/jquery/dist/jquery.js"></script>
  <script src="./function.js"></script>
</body>

</html>
Editor is loading...