1 parent 8817fbc commit 21d9bb1Copy full SHA for 21d9bb1
1 file changed
FolderStructure.md
@@ -0,0 +1,13 @@
1
+.
2
+├── index.html
3
+├── about.html
4
+├── bible.html
5
+├── contact.html
6
+├── assets
7
+│ ├── css
8
+│ │ └── style.css
9
+│ └── js
10
+│ └── bible.js
11
+└── bible-data
12
+ ├── bible-en-kjv.json <-- English KJV (JSON)
13
+ └── bible-ta-ov.json <-- Tamil OV 1957 (JSON)
0 commit comments