├── .gitmodules └── README.html /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "author"] 2 | path = author 3 | url = https://github.com/kshkn/lyrics.git 4 | [submodule "other"] 5 | path = other 6 | url = git@github.com:ujifgc/songs.git 7 | -------------------------------------------------------------------------------- /README.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |