browser file added

This commit is contained in:
2024-03-20 09:05:14 +01:00
parent 1e0e313113
commit 3d3a276dd5
5 changed files with 33 additions and 44 deletions

View File

@@ -3,8 +3,11 @@
<div id="picker_zone" style="margin:20px ;color:blue">
<input type="file" accept="*.json" id="input">
</div>
test
<button type="submit" id="id_run" value="run importer" name="b_submit">RUNRUNRUN</button>
<p>1. First login into yout youtube account.<br>
2. Select the Newpipe.json file with the subscriptions to import<br>
3. Press Start<br>
4. Wait<br></p>
<button type="submit" id="id_run" value="run importer" name="b_submit">Start Import</button>
<script type="text/javascript" language="javascript" src="home.js"></script>
</body>
</html>