diff options
author | Frankie B <git@diskfloppy.me> | 2023-10-25 23:30:28 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-10-25 23:30:28 +0100 |
commit | b6564409c8c0187c4a9948f9602d6a14dcf6b968 (patch) | |
tree | ef92d32ae017d3e588836997daf8766a36e9ad80 /resources | |
parent | 773f40d4cc603a48550569f4dc5947c153b0f33b (diff) |
Add DMCA email to footer
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/includes/footer.blade.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/resources/views/includes/footer.blade.php b/resources/views/includes/footer.blade.php index 3f53e18..3506357 100644 --- a/resources/views/includes/footer.blade.php +++ b/resources/views/includes/footer.blade.php @@ -25,6 +25,8 @@ alt="Wiby - Search Engine for the Classic Web"> </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> + © floppydisk 2021-{{ date('Y') }}, v{{ config('app.version') }}, + <a href="https://github.com/floppydisk05/diskfloppy.me">Source</a>, + <a href="mailto:dmca@diskfloppy.me">DMCA</a><br> + </div> |