14 lines
246 B
HTML
14 lines
246 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
setTimeout(function () {
|
|
window.open('http://localhost')
|
|
})
|
|
</script>
|
|
</body>
|
|
</html>
|