forked from lxm_front/Mergely
22 lines
763 B
HTML
22 lines
763 B
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>
|
|
<div class="mergely-full-screen-8">
|
|
<div class="mergely-resizer">
|
|
<div id="mergely"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|