10 lines
175 B
HTML
10 lines
175 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<script type="text/javascript">
|
||
|
onload = function() {
|
||
|
window.history.replaceState('test', 'test', 'http://host/');
|
||
|
}
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|