diff options
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> |