-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 1.04 KB
/
index.html
File metadata and controls
26 lines (23 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2BRS2DSVKQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2BRS2DSVKQ');
</script>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://github.com/Open-Data-Product-Initiative/odps-knowledge-base">
<script type="text/javascript">
window.location.href = "https://github.com/Open-Data-Product-Initiative/odps-knowledge-base"
</script>
<title>Page Redirection to https://github.com/Open-Data-Product-Initiative/odps-knowledge-base/</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow this <a href='https://github.com/Open-Data-Product-Initiative/odps-knowledge-base'>link</a>.
</body>
</html>