printing tool

This commit is contained in:
Kyle
2021-02-22 17:19:37 -08:00
parent 8ccd831da5
commit 18ab4ef82c
5 changed files with 13 additions and 11 deletions

View File

@@ -21,6 +21,7 @@
<title>Card Conjurer</title>
<div class='title layer'>Card Conjurer</div>
<script>
alert("The old version of Card Conjurer will be taken offline at some point in the future, as early as April 2021. Sorry for the inconvenience.")
var cardWidth = 1500, cardHeight = 2100
if (window.location.search != "") {
var parameters = window.location.search.replace('?', '').split('&');