mirror of
https://github.com/wickedest/Mergely.git
synced 2026-02-22 10:57:55 +08:00
37 lines
904 B
HTML
37 lines
904 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="Mergely examples" />
|
|
<meta name="keywords" content="mergely,diff,merge,compare" />
|
|
<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>
|