<!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>Qrcode Glyph</h2>
<p>Qrcode icon: <span class="glyphicon glyphicon-qrcode"></span></p>
<p>Qrcode icon as a link:
<a href="#">
<span class="glyphicon glyphicon-qrcode"></span>
</a>
</p>
<p>Qrcode icon on a button:
<button type="button" class="btn btn-default btn-sm">
<span class="glyphicon glyphicon-qrcode"></span> Qrcode
</button>
</p>
<p>Qrcode icon on a styled link button:
<a href="#" class="btn btn-info btn-lg">
<span class="glyphicon glyphicon-qrcode"></span> Qrcode
</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. @synchronized(self)的用法 小结
  2. html之div拖拽,html5拖拽
  3. Docker 在6.4上安装
  4. java监测方法运行时间/效率方法
  5. SQLite数据库增删改查
  6. Spark Streaming与kafka整合实践之WordCount
  7. Django Web开发【3】创建网络收藏夹
  8. windows phone (16) UI变换 下
  9. Unity3D Resources TextAsset 正文
  10. .Net Core Session验证码
  11. PAT (Advanced Level) 1105. Spiral Matrix (25)
  12. STM32中的位带(bit-band)操作(转)
  13. 使用boost::multi_index高速构建排行榜
  14. 雷军微博拧螺丝,CFO为粉丝数发愁
  15. [物理学与PDEs]第5章习题4 广义 Hookean 定律的张量的对称性
  16. PowerDesigner生成PowerBuilder扩展属性~
  17. 如何自学 Android 的?
  18. P1558 色板游戏 线段树+二进制状压
  19. 洛谷P1144 最短路计数(SPFA)
  20. jenkins 邮箱配置---腾讯企业邮箱

热门文章

  1. python中对闭包的理解
  2. 302重定向之后,session中存储的值没了
  3. 【转】干货分享-100个shell脚本
  4. 吴裕雄 Bootstrap 前端框架开发——Bootstrap 按钮:默认/标准按钮
  5. Referenced file contains errors
  6. 第二章:windows下搭建开发环境
  7. boost::property_tree 读取ini配置
  8. 大数据萌新的Python学习之路(二)
  9. 吴裕雄 Bootstrap 前端框架开发——Bootstrap 图片
  10. PE文件中找导出表