yig/index.html

11 lines
341 B
HTML

<html>
<body>
<script src="https://mozilla.github.io/pdf.js/build/pdf.mjs" type="module"></script>
<script src="main.js"></script>
<script>
</script>
<div id="message"></div>
<input type="file" id="fileupload">
<button onclick="onFileUpload()">click me</button>
</body>
</html>