mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-07-02 06:16:04 -04:00
Add the BibleViewer activity back
And with that, I am fully back up-to-date
This commit is contained in:
11
app/src/main/assets/book.html
Normal file
11
app/src/main/assets/book.html
Normal 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>
|
Reference in New Issue
Block a user