25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.0 KiB
24 lines
1.0 KiB
6 년 전
|
{{define "footer"}}
|
||
|
<div class="footer-root">
|
||
|
<div class="footer-friend" style="margin-top: 15px">
|
||
|
<a href="https://blog.csdn.net/yp090416" target="_blank" style="padding: 0 5px">码农笔录-CSDN</a>
|
||
|
<a href="https://www.jianshu.com/u/6baf4cdc7ce1" target="_blank" style="padding: 0 5px">码农笔录-简书</a>
|
||
|
<a href="http://www.alexa.cn" target="_blank" style="padding: 0 5px">ALEXA</a>
|
||
|
</div>
|
||
|
<div class="footer-friend">
|
||
|
<span>© 2018
|
||
|
<a href="https://www.aiprose.com/">个人随笔</a> </span>
|
||
|
<a href="https://www.aiprose.com/">aiprose.com</a>
|
||
|
<span>版权所有 ICP证:</span>
|
||
|
<a href="http://www.miitbeian.gov.cn/" target="_blank">陕ICP备18016846号</a>
|
||
|
</div>
|
||
|
<div class="footer-friend">
|
||
|
<span>前端QQ群: 128806068</span>
|
||
|
<span>/</span>
|
||
|
<span>golang QQ群: 189633710</span>
|
||
|
</div>
|
||
|
<div class="wxcode">
|
||
|
<img src="/static/img/wxcode.png" alt="" width="80" height="80">
|
||
|
</div>
|
||
|
</div>
|
||
|
{{end}}
|