diff options
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> |