Skip to content
This repository was archived by the owner on Nov 21, 2021. It is now read-only.

Commit a469ffb

Browse files
committed
1 parent d2728db commit a469ffb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
<html lang="en">
33
<head>
44

5-
5+
<script language="javascript" type="text/javascript">
6+
// 以下方式直接跳转
7+
window.location.href='https://www.datascicamp.com/';
8+
// 以下方式定时跳转
9+
//setTimeout("javascript:location.href='hello.html'", 5000);
10+
</script>
611
<meta charset="utf-8">
712
<meta name="viewport" content="width=device-width, initial-scale=1.0">
813
<title>Data Science Competitions Deadlines</title>

0 commit comments

Comments
 (0)