MinimalBible-Legacy/MinimalBible/src/main/assets/book.html

11 lines
255 B
HTML

<html>
<body>
<div id="content" />
<script type="text/javascript">
function set_content(content) {
document.getElementById("content").innerHTML = content;
}
</script>
</body>
</html>