2020-01-13 22:16:04 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
2020-06-25 17:20:37 +08:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
|
<meta name="keywords" content="md,markdown,markdown-editor,wechat,official-account,yanglbme,doocs">
|
|
|
|
<meta name="description" content="Wechat Markdown Editor | 一款高度简洁的微信 Markdown 编辑器">
|
|
|
|
<meta name="viewport"
|
|
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
|
|
<title>微信 Markdown 编辑器</title>
|
2020-08-15 14:32:36 +08:00
|
|
|
<link rel="shortcut icon" href="https://gitee.com/yanglbme/resource/raw/master/doocs-md/favicon.png">
|
2020-06-25 17:20:37 +08:00
|
|
|
<link rel="apple-touch-icon-precomposed"
|
2020-08-15 14:32:36 +08:00
|
|
|
href="https://gitee.com/yanglbme/resource/raw/master/doocs-md/qrcode.png">
|
2020-07-11 20:00:47 +08:00
|
|
|
<script src="https://cdn.bootcdn.net/ajax/libs/prettify/r224/prettify.min.js"></script>
|
2020-01-13 22:16:04 +08:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2020-06-25 17:20:37 +08:00
|
|
|
<div id="app">
|
|
|
|
</div>
|
2020-01-13 22:16:04 +08:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|