Files
2025-09-22 07:33:37 +08:00

7 lines
265 B
HTML

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