Files
QueryCarInfo2/templates/footer.html
T
2025-09-18 17:17:35 +08:00

7 lines
332 B
HTML

<!-- 页脚 -->
<footer class="bg-white py-4 border-t border-gray-200">
<div class="container mx-auto px-4 text-center text-gray-500 text-sm">
<p>© {{ current_year }} 车主信息查询系统 - 版权所有</p>
<p>免责声明:本系统为内部测试使用,仅供学习和研究。</p>
</div>
</footer>