Add renderer call (#236)

This commit is contained in:
Peter Savchenko 2017-12-18 19:54:23 +03:00 committed by GitHub
commit e0d107dfbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 200 additions and 178 deletions

View file

@ -9,11 +9,16 @@
font-size: 14px;
line-height: 1.5em;
}
#codex-editor {
margin: 0 auto;
max-width: 800px;
}
</style>
</head>
<body>
<div id="codex-editor"></div>
<div id="codex-editor"></div>
</body>