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