summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorJonas Kohl2024-11-07 18:09:22 +0100
committerJonas Kohl2024-11-07 18:09:22 +0100
commit887ee6afe950e1b72f133fc180d43ebd5462eefd (patch)
tree6ffffb79ed35f559e5f880ab9956bdb821fbf03c /public/index.php
parentc898933b7b546dcac5f64ff3ce6c80aeb3e0dcfd (diff)
Add footer
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php
index c9fdf0a..e767a65 100644
--- a/public/index.php
+++ b/public/index.php
@@ -153,5 +153,9 @@ $csrf = csrf_token();
</div>
</form>
<div id="output" style="display: none;"></div>
+ <div id="footer">
+ &copy; <?= date("Y") ?> <a href="https://jkohl.link/" target="_blank">Jonas Kohl</a>.
+ <a href="https://git.jkohl.link/online-java-compiler.git" target="_blank">Source code</a>
+ </div>
</body>
</html>