45 lines
1.6 KiB
HTML
45 lines
1.6 KiB
HTML
{% load static %}
|
|
<footer class="site-footer">
|
|
<div class="footer-top">
|
|
<div class="footer-links">
|
|
<span class="link-title">友情链接:</span>
|
|
<select name="links" id="links">
|
|
<option value="">市政务网站</option>
|
|
<option value="">国内消防站点</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="footer-bottom">
|
|
<div class="footer-left">
|
|
<div class="gov-logo">
|
|
<img src="{% static 'images/gov_logo.png' %}" alt="政府机关">
|
|
<img src="{% static 'images/search_logo.png' %}" alt="政府网站找错">
|
|
</div>
|
|
<div class="footer-text">
|
|
<a href="#">关于我们</a>
|
|
<a href="#">版权声明</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="footer-center">
|
|
<p><strong>政府服务热线:</strong> 0433-5312088</p>
|
|
<p><strong>地址:</strong> 长白山保护开发区消防救援支队防火监督与政策法规科</p>
|
|
</div>
|
|
|
|
<div class="footer-right">
|
|
<div class="qrcode">
|
|
<img src="{% static 'images/wechat_qr.png' %}" alt="微信公众号">
|
|
<p>微信公众号</p>
|
|
</div>
|
|
<div class="qrcode">
|
|
<img src="{% static 'images/weibo_qr.png' %}" alt="政务微博">
|
|
<p>政务微博</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="footer-copyright">
|
|
<p>版权所有:长白山消防救援支队 | 网站标识码:XXXXXX | 公网安备:XXXXXXXX</p>
|
|
</div>
|
|
</footer> |