-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 800 Bytes
/
index.html
File metadata and controls
25 lines (22 loc) · 800 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://github.com/JS-DevTools">
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-68102273-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-68102273-3');
</script>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
</head>
<body>
<script>
window.location = 'https://github.com/JS-DevTools';
</script>
Redirecting to <a href="https://github.com/JS-DevTools">JavaScript Dev Tools</a>...
</body>
</html>