summaryrefslogtreecommitdiff
path: root/deck-editor.html.tpl
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2025-11-26 15:46:29 -0500
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2025-11-26 15:46:29 -0500
commitcb059c186fb13e80ae7b3c16749588d6772d7472 (patch)
tree84626468e87509ca7d55ab38758a9fe1ebde7a20 /deck-editor.html.tpl
parent5d38e8c780a38a3344c43be4fff5c717fcf8a736 (diff)
Template into single files
Diffstat (limited to 'deck-editor.html.tpl')
-rw-r--r--deck-editor.html.tpl21
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>