├── .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 | Songs 5 | 6 | 7 | 8 | 9 | 45 | 319 | 320 |

321 | 

322 | i
323 | i
324 | 


--------------------------------------------------------------------------------