mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-19 01:58:00 +08:00
45 lines
2.2 KiB
Smarty
45 lines
2.2 KiB
Smarty
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>文档比较 - Powered by MinDoc</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<meta name="description" content="Merge and Diff your documents with diff online and share" />
|
|
<meta name="keywords" content="diff,merge,compare,jsdiff,comparison,difference,file,text,unix,patch,algorithm,saas,longest common subsequence,diff online" />
|
|
<meta name="author" content="Jamie Peabody" />
|
|
<link rel="shortcut icon" href="/favicon.ico" />
|
|
<link href='http://fonts.googleapis.com/css?family=Noto+Sans:400,700' rel='stylesheet' type='text/css' />
|
|
<script type="text/javascript" src="/static/jquery/1.12.4/jquery.min.js"></script>
|
|
<link type='text/css' rel='stylesheet' href='/static/mergely/editor/lib/wicked-ui.css' />
|
|
<script type="text/javascript" src="/static/mergely/editor/lib/wicked-ui.js"></script>
|
|
|
|
<link type='text/css' rel='stylesheet' href='/static/mergely/editor/lib/tipsy/tipsy.css' />
|
|
<script type="text/javascript" src="/static/mergely/editor/lib/tipsy/jquery.tipsy.js"></script>
|
|
<script type="text/javascript" src="/static/mergely/editor/lib/farbtastic/farbtastic.js"></script>
|
|
<link type="text/css" rel="stylesheet" href="/static/mergely/editor/lib/farbtastic/farbtastic.css" />
|
|
<script type="text/javascript" src="/static/mergely/lib/codemirror.min.js"></script>
|
|
<script type="text/javascript" src="/static/mergely/lib/mergely.min.js"></script>
|
|
<script type="text/javascript" src="/static/mergely/editor/editor.min.js"></script>
|
|
<link type="text/css" rel="stylesheet" href="/static/mergely/lib/codemirror.css" />
|
|
<link type="text/css" rel="stylesheet" href="/static/mergely/lib/mergely.css" />
|
|
<link type='text/css' rel='stylesheet' href='/static/mergely/editor/editor.css' />
|
|
<script type="text/javascript" src="/static/mergely/lib/searchcursor.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
var key = '';
|
|
var isSample = key == 'usaindep';
|
|
</script>
|
|
|
|
|
|
</head>
|
|
<body style="visibility:hidden">
|
|
|
|
<!-- editor -->
|
|
<div style="position: absolute;top: 0px;bottom: 10px;left: 5px;right: 5px;overflow-y: hidden;padding-bottom: 2px;">
|
|
<div id="mergely"></div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|