
<center>
<!-- 在登录页面添加警告提示 -->
<div class="security-warning">
<p class="text-danger">
<strong style="color: red;">⚠️ 重要提醒:</strong>
本系统为非涉密系统,严禁上传任何涉密文件。违规上传将承担相应法律责任。
</p>
</div>
<!-- 简化的CSS样式 -->
<style>
.security-warning {
color: red;
padding: 10px;
margin-bottom: 15px;
text-align: center;
border-bottom: 1px solid #dee2e6;
}
</style>
</center>