mirror of
https://github.com/doocs/md.git
synced 2024-11-25 03:18:36 +08:00
55 lines
2.2 KiB
HTML
55 lines
2.2 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<!--
|
||
|
_.._ ,------------.
|
||
|
,' `. ( 你终于发现我啦 )
|
||
|
/ __) __` \ `-,----------'
|
||
|
( (`-`(-') ) _.-'
|
||
|
/) \ = / (
|
||
|
/' |--' . \
|
||
|
( ,---| `-.)__`
|
||
|
)( `-.,--' _`-.
|
||
|
'/,' ( Uu",
|
||
|
(_ , `/,-' )
|
||
|
`.__, : `-'/ /`--'
|
||
|
| `--' |
|
||
|
` `-._ /
|
||
|
\ (
|
||
|
/\ . \.
|
||
|
/ |` \ ,-\
|
||
|
/ \| .) / \
|
||
|
( ,'|\ ,' :
|
||
|
| \,`.`--"/ }
|
||
|
`,' \ |,' /
|
||
|
/ "-._ `-/ |
|
||
|
"-. "-.,'| ;
|
||
|
/ _/["---'""]
|
||
|
: / |"- '
|
||
|
' | /
|
||
|
` |
|
||
|
-->
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<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>
|
||
|
<link rel="shortcut icon" href="assets/images/favicon.png">
|
||
|
<link rel="apple-touch-icon-precomposed" href="assets/images/favicon.png">
|
||
|
<link rel="stylesheet" href="assets/css/loading.css">
|
||
|
<link rel="stylesheet" href="libs/css/index.css">
|
||
|
<link rel="stylesheet" href="libs/css/code-themes/github-v2.min.css">
|
||
|
<link rel="stylesheet" href="libs/css/style-mirror.css">
|
||
|
<link rel="stylesheet" href="libs/css/animate.css">
|
||
|
<link rel="stylesheet" href="assets/css/app.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="app" >
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|