mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-01 00:46:33 +01:00
Styling tweaks, import cards into setup
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user