sts
Version:
a STatic Server
30 lines (28 loc) • 930 B
HTML
<!--
- 模板
- @author ydr.me
- @create 2014-11-21 10:16
-->
<html>
<head lang="zh-cn">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width,user-scalable=no,maximum-scale=1.0,minimum-scale=1.0,minimal-ui">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<meta name="author" content="云淡然;http://ydr.me">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<title>{{title}}</title>
{{style}}
</head>
<body ontouchstart="">
<div id="body">
{{=body}}
</div>
</body>
</html>