diff options
Diffstat (limited to 'deck-editor.html.tpl')
| -rw-r--r-- | deck-editor.html.tpl | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/deck-editor.html.tpl b/deck-editor.html.tpl new file mode 100644 index 0000000..1f778d3 --- /dev/null +++ b/deck-editor.html.tpl @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <title>SRS Anywhere Card Editor</title> + <style> + @@CSS@@ + </style> + </head> + <body> + <div class="status-section"> + <button id="save-button">Download JSON</button> + <input type="file" id="cards-input" accept=".json" /> + </div> + <h1>SRS Anywhere Card Editor</h1> + <div id="table-container"></div> + <script> + @@JS@@ + </script> + </body> +</html> |