Files
steamwidgets-web/app/views/footer.php
Daniel Brendel d9e021f4ed Legal statement
2023-03-22 10:23:04 +01:00

14 lines
677 B
PHP

<div class="footer">
<div class="columns">
<div class="column is-2"></div>
<div class="column is-8">
<div class="footer-frame">
<div class="footer-content">
<div>&copy; {{ date('Y') }} by {{ env('APP_AUTHOR') }} | <a href="{{ env('APP_LINK_GITHUB') }}" title="GitHub"><i class="fab fa-github"></i></a>&nbsp;&nbsp;<a href="{{ env('APP_LINK_STEAM') }}" title="Steam"><i class="fab fa-steam"></i></a></div>
<div>{{ env('APP_NAME') }} is not affiliated with Valve or Steam</div>
</div>
</div>
</div>
<div class="column is-2"></div>
</div>
</div>