diskfloppy.me/resources/views/includes/footer.blade.php

32 lines
1.4 KiB
PHP
Raw Normal View History

2023-06-13 22:07:20 +00:00
<hr>
2023-10-15 19:52:32 +00:00
<div class="footer" role="contentinfo">
2024-01-12 18:58:23 +00:00
<a href="https://www.debian.org/">
2024-01-12 19:02:10 +00:00
<img src="{{ URL::asset('images/buttons/debian.gif') }}"
2024-01-12 18:58:23 +00:00
class="pixel" width="88" height="31" alt="Powered by Debian">&nbsp;
2023-08-16 13:46:18 +00:00
</a>
<a href="https://dimden.dev/">
2023-10-18 23:31:59 +00:00
<img src="https://dimden.dev/services/images/88x31.gif" width="88" height="31"
class="pixel" alt="dimden.dev">
2023-08-16 13:46:18 +00:00
</a>&nbsp;
<a href="https://www.linux.org/">
<img src="{{ URL::asset('images/buttons/linuxnow.gif') }}" width="88"
class="pixel" height="31" alt="Linux NOW!">
2023-08-16 13:46:18 +00:00
</a>&nbsp;
<a href="https://www.vim.org/">
<img src="{{ URL::asset('images/buttons/vim.gif') }}" width="88" height="31"
class="pixel" alt="vim">
2023-08-16 13:46:18 +00:00
</a>&nbsp;
<a href="http://jigsaw.w3.org/css-validator/check/referer">
2023-10-18 23:31:59 +00:00
<img src="{{ URL::asset('images/buttons/vcss-blue.gif') }}" width="88" height="31"
class="pixel" alt="Valid CSS!">
2023-08-16 13:46:18 +00:00
</a>&nbsp;
<a href="https://wiby.me/">
<img src="{{ URL::asset('images/buttons/wiby.gif') }}" width="88" height="31"
class="pixel" alt="Wiby - Search Engine for the Classic Web">
2023-08-16 13:46:18 +00:00
</a><br>
2023-07-28 22:41:45 +00:00
This site is best viewed at 1024x768 with 16-bit color or better<br>
&copy; floppydisk 2021-{{ date('Y') }}, v{{ config('app.version') }}, <a
2023-12-05 00:28:44 +00:00
href="https://github.com/floppydisk05/diskfloppy.me">Source</a>,
Served by {{ gethostname() }}<br>
2023-07-28 22:41:45 +00:00
</div>