the_content() is not displaying content, why? [closed]

I think I see what’s happening here. You need to add a ; after the time –

<?php the_time('d/m/y'); ?>

Even though I’m a bit surprised you got an output at all.