mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
60ea2a6097
And with that, I am fully back up-to-date
11 lines
255 B
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> |