~repos /only-bible-app

#kotlin#android#ios

git clone https://pyrossh.dev/repos/only-bible-app.git

The only bible app you will ever need. No ads. No in-app purchases. No distractions.



ui/src/pages/index.astro



<script is:inline>
const lastVisited = localStorage.getItem("last_visited");
if (lastVisited) {
window.location.href = lastVisited;
} else {
window.location.href = "/bibles/KJV/Genesis/1";
}
</script>