Stackedit/index.html

31 lines
1.1 KiB
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>
2024-08-04 09:34:01 +00:00
<head>
2018-08-23 15:38:52 +00:00
<meta charset="utf-8">
2024-08-04 09:34:01 +00:00
<title>Markdown编辑器-JonyLee的设计导航</title>
<link rel="canonical" href="https://md.jonylee.top">
<meta name="description" content="StackEdit中文版免费开源功能全面的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">
2024-08-04 09:34:01 +00:00
</head>
<body>
2018-08-23 15:38:52 +00:00
<div id="app"></div>
<!-- built files will be auto injected -->
2024-08-04 09:34:01 +00:00
<!-- baidu统计 -->
<script>
2024-08-04 09:34:01 +00:00
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?dad4b4383b13eedea1ab45ee323df1c3";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
2024-08-04 09:34:01 +00:00
<!-- baidu统计结束 -->
</body>
</html>