diff options
author | Jonas Kohl | 2024-11-07 18:09:22 +0100 |
---|---|---|
committer | Jonas Kohl | 2024-11-07 18:09:22 +0100 |
commit | 887ee6afe950e1b72f133fc180d43ebd5462eefd (patch) | |
tree | 6ffffb79ed35f559e5f880ab9956bdb821fbf03c /public/index.php | |
parent | c898933b7b546dcac5f64ff3ce6c80aeb3e0dcfd (diff) |
Add footer
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 4 |
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"> + © <?= 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> |