<!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>User Glyph</h2>
<p>User icon: <span class="glyphicon glyphicon-user"></span></p>
<p>User icon as a link:
<a href="#">
<span class="glyphicon glyphicon-user"></span>
</a>
</p>
<p>User icon on a button:
<button type="button" class="btn btn-default btn-sm">
<span class="glyphicon glyphicon-user"></span> User
</button>
</p>
<p>User icon on a styled link button:
<a href="#" class="btn btn-info btn-lg">
<span class="glyphicon glyphicon-user"></span> User
</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. Java this的一两点使用
  2. linux 下远程连接windows
  3. Leetcode Unique Word Abbreviation
  4. Hibernate和JDBC、EJB比较
  5. 把txt文件中的json字符串写到plist文件中
  6. 升级Mac osx 10.10 后安装php 的mcrypt extension
  7. 小技巧:SystemTray中进行操作提示
  8. Java 判断一段网络资源是否存在
  9. iOS之使用QLPreviewController打开文件,处理txt文件出现乱码的情况
  10. Valentino发布2013秋冬高级定制系列_菁华时尚生活,时尚生活电子杂志,Fine Born China
  11. mysqldump 命令的使用
  12. #ifdef,#else,#endif,#if 拾忆
  13. [bzoj3287] Mato的刷屏计划
  14. 扒一扒.NET Core的环境配置提供程序
  15. SQLAlchemy+Flask-RESTful使用(二)
  16. L1-Day2
  17. sql server 性能调优之 资源等待内存瓶颈的三种等待类型
  18. Fourier Transform Complex Conjugate Discussion
  19. Java连接访问Oracle--Connection.setSavepoint()方法使用
  20. 如何构建日均千万PV Web站点(二) 之~缓存为王~

热门文章

  1. SpringBoot之日志记录-专题四
  2. AVL-Tree (平衡二叉树)
  3. 4.使用Redis+Flask维护动态代理池
  4. Centos7 安装编译nginx-1.9.6过程
  5. 源码安装openldap(转)
  6. 应用内打开AppStore上某个应用的下载界面--SKStoreReviewController的使用
  7. Java 后端压缩图片
  8. 吴裕雄 Bootstrap 前端框架开发——Bootstrap 表单:水平表单
  9. mybatis注解基础使用
  10. 【剑指Offer面试编程题】题目1510:替换空格--九度OJ