42
个编辑
无编辑摘要 |
无编辑摘要 |
||
第2行: | 第2行: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
// 在页面底部添加自定义HTML内容并设置居中样式 | // 在页面底部添加自定义HTML内容并设置居中样式 | ||
var customHTML = '<p | var customHTML = '<p>ECUST Computer Information Communication & VR Club</p>' + | ||
'<a href="https://beian.miit.gov.cn/" target="_blank">苏ICP备2023000758号-2</a> | ' + | '<p style="text-align: center;"><a href="https://beian.miit.gov.cn/" target="_blank">苏ICP备2023000758号-2</a> | ' + | ||
'<a class="nav-link" target="_blank" href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31012102000135" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;">' + | '<a class="nav-link" target="_blank" href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31012102000135" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;">' + | ||
'<img src="https://www.beian.gov.cn/img/ghs.png" style="float:left;"/>沪公网安备31012102000135号</a></p>'; | '<img src="https://www.beian.gov.cn/img/ghs.png" style="float:left;"/>沪公网安备31012102000135号</a></p>'; |