Skip to content

Commit 21d9bb1

Browse files
authored
Create FolderStructure.md
1 parent 8817fbc commit 21d9bb1

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

FolderStructure.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)