fix upload page

This commit is contained in:
hzrd149 2024-09-25 16:38:38 -05:00
parent 4a8145aaa8
commit b53e9c4dc6

View File

@ -41,6 +41,6 @@
white-space: pre; white-space: pre;
" "
></div> ></div>
<script type="module" src="./upload.js"></script> <script type="module" src="/upload/upload.js"></script>
</body> </body>
</html> </html>