HTML and JavaScript
 <body>
   …other stuff here…
   <h2>Acme Attack Planner</h2>
   <script language="javascript">
     document.write(new Date());
   </script>
   …other stuff here…
 </body>