Styling tweaks, import cards into setup

This commit is contained in:
Alec Maier
2019-08-29 22:41:12 -04:00
parent f1fcdf43c0
commit 469009feaa
4 changed files with 38 additions and 4 deletions

View File

@@ -16,12 +16,16 @@
<input type="text"/>
</label>
</form>
<h3>Add cards to the deck.</h3>
<div id="card-select">
</div>
<a href="/">
<button class="app-btn-secondary">Cancel</button>
</a>
<button class="app-btn" onclick="generateAccessCode()">Create</button>
</div>
</div>
<script src="/static/setup.js"></script>
<script type="module" src="/static/setup.js"></script>
</body>
</html>