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

11 lines
255 B
HTML
Raw Normal View History

2014-07-04 21:16:52 -04:00
<html>
<body>
<div id="content" />
<script type="text/javascript">
function set_content(content) {
document.getElementById("content").innerHTML = content;
}
</script>
</body>
</html>