21 lines
420 B
HTML
21 lines
420 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
</head>
|
|
<body>
|
|
<div
|
|
id="container"
|
|
style="float: left; width: 800px; height: 450px; border: 1px solid grey"
|
|
></div>
|
|
<div style="clear: both"></div>
|
|
|
|
<script src="dev-setup.js"></script>
|
|
<script>
|
|
loadEditor(function () {
|
|
require(['./diff'], function () {});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|