Stackedit/index.html

29 lines
1004 B
HTML
Raw Permalink Normal View History

2017-07-23 18:42:08 +00:00
<!DOCTYPE html>
2018-08-23 15:38:52 +00:00
<html>
<head>
<meta charset="utf-8">
2022-05-26 23:55:37 +00:00
<title>StackEdit中文版</title>
2022-06-06 23:49:58 +00:00
<link rel="canonical" href="https://stackedit.cn/app">
2022-06-11 06:36:38 +00:00
<meta name="description" content="免费开源功能全面的Markdown编辑器。">
2017-09-27 20:27:12 +00:00
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
2018-08-23 15:38:52 +00:00
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<script>
var _hmt = _hmt || [];
</script>
2018-08-23 15:38:52 +00:00
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<script>
(function() {
var hm = document.createElement("script");
2022-06-11 06:36:38 +00:00
hm.src = "https://hm.baidu.com/hm.js?20a1e7a201b42702c49074c87a1f1035";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
2018-08-23 15:38:52 +00:00
</body>
2017-07-23 18:42:08 +00:00
</html>