Files
edh-stats/frontend/public/footer.html

12 lines
354 B
HTML

<!-- Footer -->
<footer class="bg-gray-800 text-white py-8 mt-12">
<div class="container mx-auto px-4 text-center">
<p class="text-gray-400">
EDH Stats Tracker - Track your Commander games with style
</p>
<p class="text-gray-600 text-xs mt-3" id="version-footer">
<!-- Version loaded dynamically -->
</p>
</div>
</footer>