summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-10-25 23:30:28 +0100
committerFrankie B <git@diskfloppy.me>2023-10-25 23:30:28 +0100
commitb6564409c8c0187c4a9948f9602d6a14dcf6b968 (patch)
treeef92d32ae017d3e588836997daf8766a36e9ad80
parent773f40d4cc603a48550569f4dc5947c153b0f33b (diff)
Add DMCA email to footer
-rw-r--r--resources/views/includes/footer.blade.php6
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>
- &copy; floppydisk 2021-{{ date('Y') }}, v{{ config('app.version') }}, <a
- href="https://github.com/floppydisk05/diskfloppy.me">Source</a><br>
+ &copy; 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>