diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-12-05 14:59:09 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-12-05 15:12:18 -0500 |
| commit | c841bb43bfadfcf5e8dcb731ee38e3392340a6cb (patch) | |
| tree | a089c7649508f185c36122257ec70febed37623a /srs-anywhere.html.tpl | |
| parent | cb059c186fb13e80ae7b3c16749588d6772d7472 (diff) | |
Add loading from network
Diffstat (limited to 'srs-anywhere.html.tpl')
| -rw-r--r-- | srs-anywhere.html.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/srs-anywhere.html.tpl b/srs-anywhere.html.tpl index cf3010f..5d5c234 100644 --- a/srs-anywhere.html.tpl +++ b/srs-anywhere.html.tpl @@ -19,6 +19,8 @@ No cards loaded! </div> <hr> + <input type="text" id="network-password" /> <button id="open-network">Go!</button> + <br> <input type="file" id="cards-input" accept=".json" /> <button id="open-modal">?</button> <br /> @@ -76,7 +78,10 @@ </div> <script> - @@JS@@ + @@JS1@@ + </script> + <script> + @@JS2@@ </script> <script src="srs-anywhere-custom-card-types.js"></script> </body> |