12 lines
283 B
HTML
12 lines
283 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<title>Welcome</title>
|
|
<script type="text/javascript">
|
|
setTimeout("window.location.href='logon.html'",1)
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |