chore: fixes mostly done

This commit is contained in:
Jamie Peabody
2022-02-27 21:18:03 +00:00
parent bb787df2e3
commit 3b300cea85
23 changed files with 1882 additions and 553 deletions

View File

@@ -4,20 +4,26 @@ This example demonstrates the minimum amount of code required to use Mergely.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" /><title>Mergely - Application example</title>
<meta charset="utf-8" />
<title>Mergely - Application 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="" />
<meta name="keywords" content="" />
<meta name="author" content="Jamie Peabody" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<style type="text/css">
html, body {
height: 100%;
margin: 0;
}
#compare {
height: inherit;
}
</style>
</head>
<body>
<div id="mergely"></div>
<div id="compare"></div>
</body>
</html>