代码编辑器:
x
1
2
<meta charset="utf-8">
3
<meta name="viewport" content="width=device-width, initial-scale=1.0">
4
<link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
5
<script src="https://cdn.bootcss.com/jquery/1.12.4/jquery.js"></script>
6
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
7
<style>body {margin:20px}</style>
8
<h2>Stats Glyph</h2>
9
<p>Stats icon: <span class="glyphicon glyphicon-stats"></span></p>
10
<p>Stats icon as a link:
11
<a href="#">
12
<span class="glyphicon glyphicon-stats"></span>
13
</a>
14
</p>
15
<p>Stats icon on a button:
16
<button type="button" class="btn btn-default btn-sm">
17
<span class="glyphicon glyphicon-stats"></span> Stats
18
</button>