diff options
Diffstat (limited to 'resources/views')
-rw-r--r-- | resources/views/includes/footer.blade.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/views/includes/footer.blade.php b/resources/views/includes/footer.blade.php index 3f53e18..9a5304e 100644 --- a/resources/views/includes/footer.blade.php +++ b/resources/views/includes/footer.blade.php @@ -26,5 +26,6 @@ </a><br> This site is best viewed at 1024x768 with 16-bit color or better<br> © floppydisk 2021-{{ date('Y') }}, v{{ config('app.version') }}, <a - href="https://github.com/floppydisk05/diskfloppy.me">Source</a><br> + href="https://github.com/floppydisk05/diskfloppy.me">Source</a>, + Served by {{ gethostname() }}<br> </div> |