footer.html 277 Bytes
Newer Older
1
<div class="footer">
2
    <hr>
3 4
    <p class="text-center">
        <span class="glyphicon glyphicon-copyright-mark" aria-hidden="true"></span>携程 框架研发部<br>
lepdou committed
5
        <a href="http://conf.ctripcorp.com/display/FRAM/Apollo" target="_blank">wiki</a>
6 7 8
    </p>
</div>

9

10 11