|
@@ -175,16 +175,23 @@
|
|
|
|
|
|
{% endblock %}
|
|
|
<footer style="margin-top: 50px" class="ui secondary segment">
|
|
|
- <div class="ui center aligned container inline">
|
|
|
- <p style="height:20px;line-height:20px;margin: 0px 0px 5px 5px; color:#939393;">@2023 By C.J</p>
|
|
|
- <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=50019002503732"
|
|
|
- style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img
|
|
|
- src="{% static '/备案图标.png' %}" style="float:left;"/>
|
|
|
- <p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;"> 渝公网安备
|
|
|
- 50019002503732号</p></a>
|
|
|
- <a rel="nofollow"
|
|
|
- href="http://beian.miit.gov.cn/publish/query/indexFirst.action"
|
|
|
- target="_blank"><p>皖ICP备2023011943号</p></a>
|
|
|
+ <div class="ui two column stackable grid">
|
|
|
+ <div class="ten wide column">
|
|
|
+ <img style="width: 8rem" src="{% static '/img.png' %}">
|
|
|
+ <p> © 2023 - 2023 cybersicko.net - All Rights Reserved.</p>
|
|
|
+ </div>
|
|
|
+ <div class="six wide column">
|
|
|
+ <div class="ui left aligned container" style="margin-top:10px">
|
|
|
+ <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=50019002503732"
|
|
|
+ style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img
|
|
|
+ src="{% static '/备案图标.png' %}" style="float:left;"/>
|
|
|
+ <p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;"> 渝公网安备
|
|
|
+ 50019002503732号</p></a>
|
|
|
+ <a rel="nofollow"
|
|
|
+ href="http://beian.miit.gov.cn/publish/query/indexFirst.action"
|
|
|
+ target="_blank"><p>皖ICP备2023011943号</p></a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</footer>
|
|
|
<script type="application/javascript" src="{% static 'js/jquery.min.js' %}"></script>
|