Skip to content

Commit 42445dd

Browse files
temporarily removed google analytics
1 parent 15c11e4 commit 42445dd

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ logo: https://jsdevtools.org/img/logos/logo.png
66
author:
77
twitter: JS_DevTools
88

9-
google_analytics: UA-68102273-3
10-
119
twitter:
1210
username: JS_DevTools
1311
card: summary

index.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<meta http-equiv="refresh" content="0; url=https://github.com/JS-DevTools">
5-
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
6-
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
7-
</head>
8-
<body>
9-
<script>
10-
window.location = 'https://github.com/JS-DevTools';
11-
</script>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://github.com/JS-DevTools">
125

13-
Redirecting to <a href="https://github.com/JS-DevTools">JavaScript Dev Tools</a>...
14-
</body>
6+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
7+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
8+
</head>
9+
<body>
10+
<script>
11+
window.location = 'https://github.com/JS-DevTools';
12+
</script>
13+
14+
Redirecting to <a href="https://github.com/JS-DevTools">JavaScript Dev Tools</a>...
15+
</body>
1516
</html>

0 commit comments

Comments
 (0)