~repos /only-bible-app
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.
9e752f6a
—
pyrossh 2 years ago
fix(web): page title
- web/index.html +1 -1
web/index.html
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<!-- Favicon -->
|
|
28
28
|
<link rel="icon" type="image/png" href="favicon.png">
|
|
29
29
|
|
|
30
|
-
<title>
|
|
30
|
+
<title>Only Bible App</title>
|
|
31
31
|
<link rel="manifest" href="manifest.json">
|
|
32
32
|
|
|
33
33
|
<script>
|