<!DOCTYPE html>
<html>
<head>
<title>Page Title</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://code.jquery.com/mobile/[version]/jquery.mobile-[version].min.css" />
<script src="http://code.jquery.com/jquery-[version].min.js"></script>
<script src="http://code.jquery.com/mobile/[version]/jquery.mobile-[version].min.js"></script>
</head>
<body> <div data-role="page"> <div data-role="header">
<h1>Page Title</h1>
</div><!-- /header --> <div role="main" class="ui-content">
<p>Page content goes here.</p>
</div><!-- /content --> <div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page --> </body>
</html>

最新文章

  1. Asp.net中导出Excel文档(Gridview)
  2. Reverse-Daily(3)-DotNetCrackMe1
  3. [Voice communications] 让音乐响起来
  4. CSS clip:rect矩形剪裁功能及一些应用介绍
  5. PostgreSQL安装详细步骤(windows)
  6. java和.net 处理任意格式日期字符串转日期类型,
  7. Struts2第一个工程helloStruts极其基本配置
  8. mysql无法输入中文
  9. stylus选中hover元素的兄弟元素下的子元素
  10. STL注意比较函数
  11. [转]https://www.jianshu.com/p/06443248f4d8
  12. TX2 开发套件串口
  13. CentOS 7 安装GitLab
  14. [HDFS Manual] CH8 HDFS Snapshots
  15. Unity 协程停不了?
  16. 微信小程序canvas把正方形图片绘制成圆形
  17. 在外网访问家里面的电脑 和 DMZ
  18. C++学习知识点
  19. [洛谷P1507]NASA的食物计划 以及 对背包问题的整理
  20. 《Algorithms算法》笔记:优先队列(1)——API和初等实现

热门文章

  1. tony_LVS DR模式 RealServer 为 Windows客户端配置
  2. js - 模块化开发的兼容exports的套路
  3. 执行”spark-shell –master yarn –deploy-mode client”,虚拟内存大小溢出,报错
  4. Atitit.&#160;atiJavaExConverter4js&#160;&#160;新的特性
  5. 详解TCP建立连接全过程
  6. 21. Merge Two Sorted Lists【easy】
  7. PHP修改memory_limit的三种办法
  8. WebLogic配置自己定义密钥库和SSL的操作手冊
  9. Doing Homework again(杭电1789)
  10. archive的时候报“ no identity found&amp;quot;错误 解决方式