mirror of
https://github.com/Ingan121/Vineless.git
synced 2026-04-11 23:18:26 +00:00
7 lines
171 B
HTML
7 lines
171 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<body>
|
|
<input type="file" id="fileInput" accept=".prd"/>
|
|
<script type="module" src="filePicker.js" defer></script>
|
|
</body>
|
|
</html> |