diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-11-26 15:46:29 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-11-26 15:46:29 -0500 |
| commit | cb059c186fb13e80ae7b3c16749588d6772d7472 (patch) | |
| tree | 84626468e87509ca7d55ab38758a9fe1ebde7a20 /deck-editor.html | |
| parent | 5d38e8c780a38a3344c43be4fff5c717fcf8a736 (diff) | |
Template into single files
Diffstat (limited to 'deck-editor.html')
| -rw-r--r-- | deck-editor.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/deck-editor.html b/deck-editor.html deleted file mode 100644 index d4fca8a..0000000 --- a/deck-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> |