forked from zhengxiaoyao0716/MarkedWithToc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (23 loc) · 1.73 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="Description" content="渲染Markdown文档"/>
<link rel="shortcut icon" href="http://os.zheng0716.com/static/image/favicon.ico"/>
<title>Markdown渲染</title>
<script src="./static/js/marked.js"></script>
<script src="./static/js/marked_with_toc.js"></script>
<script src="./static/js/drag_file.js"></script>
<script src="./static/js/save.js"></script>
<link href="./static/css/markdown-dark.css" rel="stylesheet"/>
</head>
<body>
<div id="dropbox" style="margin-left: 100px; margin-right: 100px; min-width:300px; min-height:100px; border:3px dashed; font-size: 24px; text-align:center; height: 4em; line-height: 4em; overflow: hidden;">
Please drag the '.md' file hear. 请将文件拖拽至此处
</div>
<a href="./index-light.html" style="position: fixed; right: 0px; top: 0px; margin:10px; padding: 6px; border:3px solid; font-size: 24px;">Light</a>
<a href="./index.html" style="position: fixed; right: 0px; top: 50px; margin:10px; padding: 6px; border:3px solid; font-size: 24px;">Clean</a>
<a href="javascript:save();" style="position: fixed; right: 0px; top: 100px; margin:10px; padding: 6px; border:3px solid; font-size: 24px;">Save</a>
<a href="https://github.com/zhengxiaoyao0716/MarkedWithToc" target="_blank" style="position: fixed; right: 0px; bottom: 30px; margin:10px;"><img src="http://os.zheng0716.com/static/image/github.svg"/></a>
<a href="https://gitter.im/zhengxiaoyao0716/chatroom?utm_source=share-link&utm_medium=link&utm_campaign=share-link" target="_blank" style="position: fixed; right: 0px; bottom: 0px; margin:10px;"><img src="https://badges.gitter.im/zhengxiaoyao0716/chatroom.svg"/></a>
</body>