Add the BibleViewer activity back

And with that, I am fully back up-to-date
This commit is contained in:
Bradlee Speice
2014-07-09 21:55:56 -04:00
parent 949f35f312
commit 60ea2a6097
13 changed files with 501 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<html>
<body>
<div id="content" />
<script type="text/javascript">
function set_content(content) {
document.getElementById("content").innerHTML = content;
}
</script>
</body>
</html>