This commit is contained in:
Kyle
2020-12-18 11:14:37 -08:00
parent 63662c8493
commit 1d8aac2292
2 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ function loadAbilities() {
} }
} }
} }
xhttp.open("GET", "/askUrza/planeswalkerAbilities.txt", true); xhttp.open("GET", "/askurza/planeswalkerAbilities.txt", true);
xhttp.send(); xhttp.send();
} }

View File

@@ -64,16 +64,16 @@
</style> </style>
<div class="askUrzaGrid layer margin-large"> <div class="askUrzaGrid layer margin-large">
<div class="urzaCard"> <div class="urzaCard">
<img src="/askUrza/urzaBlank.png"> <img src="/askurza/urzaBlank.png">
</div> </div>
<div> <div>
<img class="askUrzaButton" src="/askUrza/plus.png" onclick="randomAbility(0)"> <img class="askUrzaButton" src="/askurza/plus.png" onclick="randomAbility(0)">
</div> </div>
<div> <div>
<img class="askUrzaButton" src="/askUrza/minus.png" onclick="randomAbility(1)"> <img class="askUrzaButton" src="/askurza/minus.png" onclick="randomAbility(1)">
</div> </div>
<div> <div>
<img class="askUrzaButton" src="/askUrza/ultimate.png" onclick="randomAbility(2)"> <img class="askUrzaButton" src="/askurza/ultimate.png" onclick="randomAbility(2)">
</div> </div>
<h3 id="askUrzaResult" class='readable-background'></h3> <h3 id="askUrzaResult" class='readable-background'></h3>
</div> </div>
@@ -82,5 +82,5 @@
Ask Urza 2.0 is a replacement for AskUrza.com that periodically compiles all planeswalker abilities and sorts them into three categories for use with Urza, Academy Headmaster. This allows for much more unpredictability and, in my opinion, much more fun. To use Ask Urza, simply click on the +1, -1, or -6, and let the gods of chaos decide your fate! Ask Urza 2.0 is a replacement for AskUrza.com that periodically compiles all planeswalker abilities and sorts them into three categories for use with Urza, Academy Headmaster. This allows for much more unpredictability and, in my opinion, much more fun. To use Ask Urza, simply click on the +1, -1, or -6, and let the gods of chaos decide your fate!
</h5> </h5>
</div> </div>
<script defer src="/askUrza/askUrza.js"></script> <script defer src="/askurza/askUrza.js"></script>
<?php include('../globalHTML/footer.php'); ?> <?php include('../globalHTML/footer.php'); ?>