12 lines
167 B
HTML
12 lines
167 B
HTML
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<title></title>
|
|||
|
<script>
|
|||
|
location.href = './index.aspx' + location.hash;
|
|||
|
</script>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
</body>
|
|||
|
</html>
|