You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
516 B
HTML
22 lines
516 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="Generator" content="EditPlus®">
|
|
<meta name="Author" content="">
|
|
<meta name="Keywords" content="">
|
|
<meta name="Description" content="">
|
|
<title>Document</title>
|
|
<script src="lib/jquery/jquery-1.5.2.min.js" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
function load()
|
|
{
|
|
window.location.href = "Web/Mld/Login.aspx";
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload="load()">
|
|
|
|
</body>
|
|
</html>
|