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