Skip to content

Commit 0e0e648

Browse files
authored
add a redirect for the dump-info-visualizer project (#4)
1 parent 3527eaf commit 0e0e648

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

dump-info-visualizer/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<html>
2+
<head>
3+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-26406144-23"></script>
4+
<script>
5+
window.dataLayer = window.dataLayer || [];
6+
function gtag(){dataLayer.push(arguments);}
7+
gtag('js', new Date());
8+
9+
gtag('config', 'UA-26406144-23');
10+
</script>
11+
<link rel="canonical" href="https://dart-archive.github.io/dump-info-visualizer/">
12+
<meta http-equiv="refresh" content="0; url=https://dart-archive.github.io/dump-info-visualizer/?utm_source=dart-lang_github_io&utm_medium=Redirect&utm_content=meta_refresh&utm_campaign=gh-pages" />
13+
</head>
14+
<body>
15+
Please visit <a href='https://dart-archive.github.io/dump-info-visualizer/?utm_source=dart-lang_github_io&utm_medium=Redirect&utm_content=click&utm_campaign=gh-pages'>dart-archive.github.io/dump-info-visualizer</a>.
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)