1 Star 0 Fork 0

webrx / js02

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
timer03.html 341 Bytes
Copy Edit Raw Blame History
webrx authored 2017-01-14 21:35 . readme
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>Title</title>
<meta http-equiv="refresh" content="3;url=http://www.taobao.com">
</head>
<body>
<h3>5秒打开百度网页</h3>
<script>
setTimeout(aa,5000);
function aa(){
location.href = 'http://www.baidu.com';
}
</script>
</body>
</html>
1
https://gitee.com/webrx/js02.git
git@gitee.com:webrx/js02.git
webrx
js02
js02
master

Search