diff options
author | Frankie B <git@diskfloppy.me> | 2023-11-04 21:41:39 +0000 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-11-04 21:41:39 +0000 |
commit | 45f931e22ee427d5a583e2407e5bbefbd251cfa0 (patch) | |
tree | 2be67e32793eaa2859dee50dedf1bef0d7107717 /resources | |
parent | 5084e11cc740d6a3c57f2ddd76862800eee379d7 (diff) |
Revert "Add DMCA email to footer"v2023.11.04
This reverts commit b6564409c8c0187c4a9948f9602d6a14dcf6b968.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/includes/footer.blade.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/resources/views/includes/footer.blade.php b/resources/views/includes/footer.blade.php index 3506357..3f53e18 100644 --- a/resources/views/includes/footer.blade.php +++ b/resources/views/includes/footer.blade.php @@ -25,8 +25,6 @@ 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>, - <a href="mailto:dmca@diskfloppy.me">DMCA</a><br> - + © floppydisk 2021-{{ date('Y') }}, v{{ config('app.version') }}, <a + href="https://github.com/floppydisk05/diskfloppy.me">Source</a><br> </div> |