Files
vczero.github.io/iblog/footer.html
T
2014-06-28 21:35:05 +08:00

20 lines
774 B
HTML

<footer class = "footer">
<div class="footer_info">
<div class="footer_start">
<a class="start_item" href="https://github.com/vczero">
<img style="width:40px;height:40px;" src="imgs/github.jpg">
</a>
<a class="start_item" href="http://weibo.com/2762275212/profile?rightmod=1&wvr=5&mod=personinfo">
<img style="width:40px;height:40px;" src="imgs/weibo.png">
</a>
<a class="start_item" href="http://vczero.github.io/index.html">
<img style="width:40px;height:40px;" src="imgs/me.png">
</a>
</div>
</div>
<div class="footer_links">
<div class="footer_text">wlhmyit@126.com</div>
<div class="footer_text">QQ:1163259171</div>
<div class="footer_text">create by vczero</div>
</div>
</footer>