|
@@ -174,9 +174,18 @@
|
|
|
{% block container %}
|
|
|
|
|
|
{% endblock %}
|
|
|
-<div class="ui divider"></div>
|
|
|
-<footer>
|
|
|
- <div style="text-align: center;height: 40px"><p>@2024 C.J</p></div>
|
|
|
+<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>
|
|
|
</footer>
|
|
|
<script type="application/javascript" src="{% static 'js/jquery.min.js' %}"></script>
|
|
|
<script type="application/javascript" src="{% static 'semantic.js' %}"></script>
|