<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
</head> <body>
<div class="container">
<h2>Star-empty Glyph</h2>
<p>Star-empty icon: <span class="glyphicon glyphicon-star-empty"></span></p>
<p>Star-empty icon as a link:
<a href="#">
<span class="glyphicon glyphicon-star-empty"></span>
</a>
</p>
<p>Star-empty icon on a button:
<button type="button" class="btn btn-default btn-sm">
<span class="glyphicon glyphicon-star-empty"></span> Star-empty
</button>
</p>
<p>Star-empty icon on a styled link button:
<a href="#" class="btn btn-info btn-lg">
<span class="glyphicon glyphicon-star-empty"></span> Star-empty
</a>
</p>
</div> <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body> </html>

最新文章

  1. Data source rejected establishment of connection, message from server: &quot;Too many connections&quot;解决办法
  2. Yaf零基础学习总结3-Hello Yaf
  3. 基于soapUI构建WebService测试框架
  4. JSF 2.0 + Ajax hello world example
  5. 通过wifi调试Android程序
  6. haproxy简单负载均衡搭建
  7. java学习笔记day06---匿名内部类
  8. 【转】linux命令useradd添加用户详解
  9. Android 系统api实现定位及使用百度提供的api来实现定位
  10. onethink权限管理 RBAC
  11. 从零开始搭建框架SSM+Redis+Mysql(一)之摘要
  12. java如何调用接口方式一
  13. Chrome 里的请求报错 &quot;CAUTION: Provisional headers are shown&quot; 是什么意思?
  14. 关于Properties类常用的操作
  15. ORA-00904:标识符无效
  16. jQuery ajax-param()
  17. node全局安装说明(create-react-app、)
  18. VS2017 Debug断点后显示UTF8字符串
  19. 【BZOJ2698】染色
  20. Jquery实现简单选项卡

热门文章

  1. NB-IOT学习
  2. FineReport帆软报表需求:根据url传递过来的参数值决定显示隐藏列
  3. Write-up-CH4INRULZ_v1.0.1
  4. 算法设计与分析 - AC 题目 - 第 5 弹(重复第 2 弹)
  5. java实现邮箱发送邮件
  6. POJ 1487:Single-Player Games 浮点数高斯消元
  7. PAT A1025 pat ranking
  8. java、mysql、oracle、pgsql数据类型对应关系
  9. 横竖屏切换Activity的生命周期
  10. 最简单的mybatis增删改查样例