<!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>Euro Glyph</h2>
<p>Euro icon: <span class="glyphicon glyphicon-euro"></span></p>
<p>Euro icon as a link:
<a href="#">
<span class="glyphicon glyphicon-euro"></span>
</a>
</p>
<p>Euro icon on a button:
<button type="button" class="btn btn-default btn-sm">
<span class="glyphicon glyphicon-euro"></span> Euro
</button>
</p>
<p>Euro icon on a styled link button:
<a href="#" class="btn btn-info btn-lg">
<span class="glyphicon glyphicon-euro"></span> Euro
</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下好用的开源库推荐
  2. c#接口
  3. Python入门练习
  4. 关于eclipse中MAVEN WEB工程中编译问题
  5. Servlet跳转方式
  6. Scriptcase优惠活动即将结束
  7. Hadoop下各技术应用场景
  8. jQuery EasyUI parser 的使用场景
  9. hadoop单线程实现server多socket连接读取数据原理分析
  10. md笔记——微信JS接口
  11. CodeForces 652D Nested Segments
  12. Nginx status详解
  13. BZOJ.4299.Codechef FRBSUM(主席树)
  14. fetch请求
  15. C Looooops(poj2115+扩展欧几里德)
  16. rhel 6 version `GLIBC_2.14&#39; not found (required by /usr/lib64/libstdc++.so.6)以及libstdc++.so.6: version GLIBCXX_3.4.18 not found解决办法
  17. jsp-提交表单时,select的值无法传递
  18. 查询改写(Query Rewrite)方法总结
  19. 一步一步 Pwn RouterOS之ctf题练手
  20. 【spring学习笔记一】Ioc控制反转

热门文章

  1. Caffe2 模型与数据集(Models and Datasets)[3]
  2. Oracle个人自学笔记
  3. 【PAT甲级】1032 Sharing (25 分)
  4. GsonUtils.getGson().fromJson() 转泛型集合用法
  5. 39 (guava包)AbstractScheduledService的使用
  6. 把链接生成二维码 二维码中间带有logo
  7. AtCoder agc007_d Shik and Game
  8. 集合set 1
  9. Spring之IOC、AOP和事务
  10. zabbix通过ipmi传感器监控浪潮服务器的硬件信息