mirror of
https://github.com/ThatNotEasy/PlayReadyProxy.git
synced 2026-04-04 11:38:35 +00:00
8 lines
197 B
HTML
8 lines
197 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<body>
|
|
<input type="file" id="fileInput" accept=".json" />
|
|
<script type="module" src="filePicker.js" defer></script>
|
|
</body>
|
|
</html>
|