summaryrefslogtreecommitdiff
path: root/deck-editor.html.tpl
blob: 1f778d3fbac9767d028a8ac093c38c487499d7c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>