1
0
mirror of https://github.com/Adam-Ant/ClockworkAprilFools2017 synced 2025-06-16 03:01:12 +00:00

Fix routes to use /plus as the default route

This commit is contained in:
2017-04-01 00:07:08 +01:00
parent fc8493a557
commit 6ccd659022
5 changed files with 9 additions and 4 deletions

View File

@ -15,7 +15,7 @@
<button type="button" class="btn btn-info disabled"><h2><span class="glyphicon glyphicon-credit-card"></span><br>Card</h2></button>
<button type="button" class="btn btn-info disabled"><h2><span class="glyphicon glyphicon-btc"></span><br>Bitcoin</h2></button>
<button type="button" class="btn btn-info disabled"><h2><span class="glyphicon glyphicon-grain"></span><br>Magic Beans</h2></button>
<a href="/collectsunlight"><button type="button" class="btn btn-info" ><h2><span class="glyphicon glyphicon-tree-deciduous"></span><br>Sunlight</h2></button></a>
<a href="./collectsunlight"><button type="button" class="btn btn-info" ><h2><span class="glyphicon glyphicon-tree-deciduous"></span><br>Sunlight</h2></button></a>
</div>
</div>