summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-11-28 11:20:21 +0100
committerDaniel Weipert <code@drogueronin.de>2023-11-28 11:20:21 +0100
commitb67dae1b8d4fd3da6d2db0e99df75a4602f0266f (patch)
tree0816db22f184ddd9fd9164e54e1f8592f16780b6
parent4a361bbb07c9e97ffa95afcd4a33ee3a5cc596a6 (diff)
add source
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index 33ccfa2..79920f7 100644
--- a/index.php
+++ b/index.php
@@ -32,5 +32,7 @@ PLCHLDR;
<textarea name="decklist" placeholder="<?php echo $placeholder; ?>" rows="10" cols="40" style="max-width: 100%;"></textarea>
<button>Submit</button>
</form>
+ <hr>
+ <a href="https://git.dweipert.de/mtg-pdf">Source</a>
</body>
</html>