<!doctype html>
<html lang="en"> <head>
<!-- Required meta tags -->
<meta charset="utf-8">
<!-- 响应式 meta 标签 -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <title>Hello, world!</title>
</head> <body>
<h1>Hello, world!</h1>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdn.bootcss.com/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.bootcss.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body> </html>

最新文章

  1. JavaScript易错点
  2. HoloLens模拟器仿真器与文档现已向开发者们开放
  3. Python中的几种数据类型
  4. 微信电脑版微信1.1 for Windows更新 可@人/转发撤回消息/可播小视频
  5. HTML中id、name、class 区别
  6. Points on cycle
  7. 锋利的JQuery(五)
  8. 快速同步GitHub代码库
  9. div中文字水平和垂直居中的css代码
  10. 让网站变灰的CSS代码(支持IE、FIREFOX和CHROME)
  11. hdu 5504 GT and sequence
  12. 编程算法 - 扑克牌的顺子 代码(C)
  13. $MarkDown$ 中使用$ \LaTeX$ 数学式
  14. 准备冲锋 golang入坑系列
  15. 随机四则运算的出题程序java
  16. 信号报告-java
  17. Django之--模板加载图片
  18. Booth乘法
  19. IdentityServer4【Topic】之定义资源
  20. LwIP Application Developers Manual11---Initializing lwIP

热门文章

  1. JAVA NIO之浅谈内存映射文件原理与DirectMemory
  2. 英语发音规则---字母组合ou的发音规律
  3. linux系统配置之单一网卡配置多个不同网段IP(centos)
  4. Linux-awk command
  5. 【leetcode刷题笔记】Minimum Depth of Binary Tree
  6. bzoj 4199: [Noi2015]品酒大会 后缀树
  7. 使用Visual Studio进行单元测试-Part2
  8. 在Global Azure上用Azure CLI创建ARM的VM和面向公网的负载均衡
  9. NorthSJ项目零碎知识点
  10. ng2 样式控制之style绑定和class绑定