blob: ee2c8cbc4cc3dc721be483294cd80b1252666dff [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Lottie Annotated Editor</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/jsoneditor.css">
<script type="text/javascript" charset="utf-8">
// This bit of script loads the custom elements v1 polyfill, but only if required.
if (!window.customElements) {
var s = document.createElement('script');
s.src = 'https://cdnjs.cloudflare.com/ajax/libs/custom-elements/1.1.3/custom-elements.min.js';
document.write(s.outerHTML);
}
</script>
<style>
</style>
</head>
<body>
<div id="jsoneditor" style="width: 95vw; height: 800px;"></div>
</body>
</html>