there's nothing here.

try this:

$ git clone repo@codeia.ph:testing.git
$ cd testing
$ vim index.html
do your modifications. afterwards,
$ git add -A
$ git commit -m "i did something"
$ git push origin master
then refresh this page.