Do sekce <BODY> umístěte:

<SCRIPT language="JavaScript">
<!-- hide
now= new Date();
document.write("Na tyto stránky jste vstoupil(a) " + now.getDate() + "." + (now.getMonth()
+ 1) + "." + (now.getYear()));
document.write(" v " + now.getHours() + ":" + now.getMinutes() + "<br>");
// -->
</SCRIPT>