<script language="c#" runat=server>
void Page_Load()
{
time.Text=DateTime.Now.ToString("HH:mm:ss"); }
</script>
<HTML>
<HEAD>
<title>The Punctual Web Server</title>

</HEAD>
<body>
<h1>Welcome</h1>
In WebServerLand the time is currently:
<asp:Label id="time" runat="server"></asp:Label>
</body>
</HTML>