Make book selection persistent with signals

This commit is contained in:
Mike Conrad
2024-10-21 11:21:40 -04:00
parent 16804b8cfd
commit 622fc039bc
8 changed files with 86 additions and 23 deletions

View File

@ -2,10 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/bible.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<title>Vite + Preact</title>
<title>Open Bible App (NKJV)</title>
</head>
<body>
<div id="app"></div>