diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-11-26 15:32:10 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-11-26 15:32:10 -0500 |
| commit | 5d38e8c780a38a3344c43be4fff5c717fcf8a736 (patch) | |
| tree | e7598e8713609eada38d2d84479d545dabc13795 /card-editor.html | |
| parent | 5dd9489868d24140d4006cc80edf3a3e16de8290 (diff) | |
Document deck editor
Diffstat (limited to 'card-editor.html')
| -rw-r--r-- | card-editor.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/card-editor.html b/card-editor.html deleted file mode 100644 index d4fca8a..0000000 --- a/card-editor.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8"> - <title>SRS Anywhere Card Editor</title> - <link rel="stylesheet" href="style.css"> - </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 src="card-editor.js"></script> - </body> -</html> |