-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
23 lines (23 loc) · 1.09 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<footer class="page-footer deep-purple darken-2" style="margin-top: 0">
<div class="container">
<div class="row" id="footer-info">
<div class="col l6 s12">
<h5 class="white-text">邮箱</h5>
<p><a class="grey-text text-lighten-2" href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">友链</h5>
<ul>
<li><a class="grey-text text-lighten-2" href="https://www.chinesefurry.com/" target="_blank">华兽网</a></li>
<li><a class="grey-text text-lighten-2" href="https://www.furcode.cn/" target="_blank">兽码云</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright deep-purple darken-3">
<div class="container center" id="footer-copyright">
Copyright © 2018-<span class="copyright-year"></span> Furry Cafe
</div>
</div>
</footer>
<script src="https://cafe.furcode.cn/furrycafe/1.0.0/copyright.js"></script>