10 lines
145 B
HTML
10 lines
145 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<script type="text/javascript">
|
||
|
onload = function() {
|
||
|
window.location.hash = 'test';
|
||
|
}
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|