Skip to content

Commit a7a9671

Browse files
committed
remove redirect
1 parent 7597d2d commit a7a9671

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,16 @@
2222
<meta name="theme-color" content="#ffffff">
2323

2424
<!-- Google tag (gtag.js) -->
25-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PRLM5STD53"></script>
25+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4812VFLT3M"></script>
2626
<script>
2727
window.dataLayer = window.dataLayer || [];
2828
function gtag(){dataLayer.push(arguments);}
2929
gtag('js', new Date());
3030

31-
gtag('config', 'G-PRLM5STD53');
31+
gtag('config', 'G-4812VFLT3M');
3232
</script>
3333
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4922790412146333" crossorigin="anonymous"></script>
34-
<script>
35-
window.location.replace("https://solothought.com/imglab/");
36-
</script>
34+
3735
<title>ImgLab - Image Annotation tool</title>
3836

3937
<link rel="stylesheet" href="css/style.min.css">

0 commit comments

Comments
 (0)