forked from lxm_front/Mergely
37 lines
1.0 KiB
HTML
37 lines
1.0 KiB
HTML
<!--
|
|
This example demonstrates the minimum amount of code required to use Mergely.
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" /><title>Mergely - Simple Example</title>
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1, IE=edge">
|
|
<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" />
|
|
</head>
|
|
<body>
|
|
<ul>
|
|
<li>
|
|
<a href="simple.html">simple.html</a>
|
|
</li>
|
|
<li>
|
|
<a href="ajax.html">ajax.html</a>
|
|
</li>
|
|
<li>
|
|
<a href="size.html">size.html</a>
|
|
</li>
|
|
<li>
|
|
<a href="styles.html">styles.html</a>
|
|
</li>
|
|
<li>
|
|
<a href="full-page.html">full-page.html</a>
|
|
</li>
|
|
<li>
|
|
<a href="scroll-to-first-change.html">scroll-to-first-change.html</a>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|