remove ads
This commit is contained in:
parent
8adb7bd764
commit
cd2017c621
14
index.html
14
index.html
@ -1,23 +1,17 @@
|
||||
<!--
|
||||
This example demonstrates the minimum amount of code required to use Mergely.
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Online File Diff and Mergely, Powered By aTool. </title>
|
||||
<title>Online File Diff and Mergely</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1, IE=edge">
|
||||
<link rel="shortcut icon" href="http://www.mergely.com/favicon.ico">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<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" />
|
||||
<meta name="author" content="Jamie Peabody" />
|
||||
<!-- Requires jQuery -->
|
||||
<meta name="author" content="Alexander Popov" />
|
||||
<script src="http://libs.baidu.com/jquery/1.9.0/jquery.min.js" type="text/javascript"></script>
|
||||
<!-- Requires CodeMirror -->
|
||||
<script type="text/javascript" src="./lib/codemirror.min.js"></script>
|
||||
<link type="text/css" rel="stylesheet" href="./lib/codemirror.css" />
|
||||
<!-- Requires Mergely -->
|
||||
<script type="text/javascript" src="./lib/mergely.min.js"></script>
|
||||
<link type="text/css" rel="stylesheet" href="./lib/mergely.css" />
|
||||
</head>
|
||||
@ -65,7 +59,5 @@ This example demonstrates the minimum amount of code required to use Mergely.
|
||||
});
|
||||
$(window).resize();
|
||||
});
|
||||
|
||||
</script>
|
||||
<span style="display:none;"><script src="http://s22.cnzz.com/stat.php?id=1253385992&web_id=1253385992" language="JavaScript"></script></span>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user