mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
update
This commit is contained in:
@@ -83,23 +83,45 @@
|
||||
</div>
|
||||
</body>
|
||||
<footer>
|
||||
<div class="footerGrid">
|
||||
<div class='footer'>
|
||||
<div>
|
||||
<div class="visitorCountTrigger">Card Conjurer By Kyle Burton</div>
|
||||
<div class="visitorCount"></div>
|
||||
<div>Theme</div>
|
||||
<hr>
|
||||
<div>
|
||||
<select id='inputColorPalette' onchange='loadScript("data/scripts/palettes/" + this.value + ".js")'>
|
||||
<option value='lightMode'>Light Mode</option>
|
||||
<option value='darkMode'>Dark Mode</option>
|
||||
<option value='dayRave'>Day Rave</option>
|
||||
<option value='nightRave'>Night Rave</option>
|
||||
<option value='scholarMode'>Scholar Mode</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
Navigation:<br>
|
||||
<a href="index.html">Card Creator</a><br>
|
||||
<a href="life.html">Life Counter</a><br>
|
||||
<a href="askscryfall.html">Ask Scryfall</a><br>
|
||||
<a href="setsymbol.html">Set Symbol Creator</a>
|
||||
<div>Navigation</div>
|
||||
<hr>
|
||||
<div>
|
||||
<a href='index.html'>Card Creator</a><br>
|
||||
<a href='life.html'>Life Counter</a><br>
|
||||
<a href='askscryfall.html'>Ask Scryfall</a>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
Legal:<br>
|
||||
<a href="disclaimer.html">Disclaimer</a><br>
|
||||
<a href="termsofuse.html">Terms of Use</a>
|
||||
<div>Legal</div>
|
||||
<hr>
|
||||
<div>
|
||||
<a href='termsofuse.html'>Terms of Use</a><br>
|
||||
<a href='disclaimer.html'>Disclaimer</a>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div>Contact</div>
|
||||
<hr>
|
||||
<div>
|
||||
<label class="truncate"><a href="https://mail.google.com/mail/u/0/?view=cm&fs=1&to=CardConjurerMTG@gmail.com&su=Card%20Conjurer&tf=1" target="_blank">CardConjurerMTG@gmail.com</a></label>
|
||||
</div>
|
||||
</div>
|
||||
<script defer src="data/scripts/animations.js"></script>
|
||||
</div>
|
||||
</footer>
|
||||
<script async src="data/scripts/setCodeList.js"></script>
|
||||
|
Reference in New Issue
Block a user