blear.classes.template
Version:
32 lines (29 loc) • 1.04 kB
HTML
<!--
- 文件描述
- @author ydr.me
- @create 2018-04-17 14:03
- @update 2018-04-17 14:03
-->
<html lang="zh-Hans">
<head>
<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 name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="format-detection" content="telephone=no">
<meta name="author" content="云淡然;https://ydr.me">
<meta name="keywords" content="关键词1,关键词2">
<meta name="description" content="描述语句">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<title>base.html</title>
</head>
<body ontouchstart="">
<pre id="ret"></pre>
<script src="/node_modules/coolie.js/coolie.js"
data-config="/examples/coolie-config.js"
data-main="base.js"></script>
</body>
</html>